Skip to content

[DO NOT MERGE] Testing master in CI #8914

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

Conversation

cmonr
Copy link
Contributor

@cmonr cmonr commented Nov 30, 2018

Description

Investigating Cloud Client CI failures

This PR is a baseline to make sure any recent merges into master didn't break things.

The following PRs are affected, and would otherwise be ready for merge:

The issue

The following PRs all saw the following similar error:

Link: mbed-cloud-client-example_application
Link: /usr/local/ARM_Compiler_5.06u6/bin/armlink --via ./BUILD/K66F/ARM/.link_options.txt
[DEBUG] Return: 0
[DEBUG] Errors: "/tmp/apNGV1", line 125 (column 3): Warning: L6312W: Empty Execution region description for region RW_IRAM1
[DEBUG] Errors: Finished: 0 information, 1 warning and 0 error messages.
Elf2Bin: mbed-cloud-client-example_application
FromELF: /usr/local/ARM_Compiler_5.06u6/bin/fromelf --bin -o ./BUILD/K66F/ARM/mbed-cloud-client-example_application.bin ./BUILD/K66F/ARM/mbed-cloud-client-example_application.elf
[DEBUG] Return: 0
Merging Regions
  Filling region bootloader with /builds/ws/mbed-os-ci_cloud-client-test/mbed-cloud-client-example/mbed-os/features/FEATURE_BOOTLOADER/targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_K66F/TARGET_FRDM/mbed-bootloader-k66f-block_device-sotp-v3_4_0.bin
  Padding region bootloader with 0x6c4 bytes
Traceback (most recent call last):
  File "/builds/ws/mbed-os-ci_cloud-client-test/mbed-cloud-client-example/mbed-os/tools/make.py", line 73, in wrapped_build_project
    src_dir, build_dir, mcu, *args, **kwargs
  File "/builds/ws/mbed-os-ci_cloud-client-test/mbed-cloud-client-example/mbed-os/tools/build_api.py", line 551, in build_project
    merge_region_list(region_list, res, notify)
  File "/builds/ws/mbed-os-ci_cloud-client-test/mbed-cloud-client-example/mbed-os/tools/build_api.py", line 422, in merge_region_list
    _fill_header(region_list, region).tofile(header_filename, format='hex')
  File "/builds/ws/mbed-os-ci_cloud-client-test/mbed-cloud-client-example/mbed-os/tools/build_api.py", line 392, in _fill_header
    header.puts(start, struct.pack(fmt, zlib.crc32(ih.tobinarray())))
error: integer out of range for 'L' format code
[mbed] ERROR: "/usr/bin/python" returned error.

Expectation

Am expecting this to fail.

Pull request type

[ ] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change
[x] None

Smart tester will only run docs-only tests. Hoping that a simple change in tools code will trigger full build.
@cmonr
Copy link
Contributor Author

cmonr commented Nov 30, 2018

CI started.

@cmonr cmonr changed the title [DO NOT MERGE] Testing master in CI [DO NOT MERGE] Testing master in CI Nov 30, 2018
@0xc0170
Copy link
Contributor

0xc0170 commented Nov 30, 2018

This errors as expected. Confirms there is a bug (another revert should be green)

@mbed-ci
Copy link

mbed-ci commented Nov 30, 2018

Test run: SUCCESS

Summary: 4 of 4 test jobs passed
Build number : 1
Build artifacts
Build logs

@0xc0170 0xc0170 closed this Nov 30, 2018
@cmonr cmonr deleted the baseline branch December 1, 2018 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants