Nov 30 14:53:46.060 INFO checking stm32f0x2-0.1.0 against master#a49316ddc99d9d595193557fc899f6c52e4d9af9 for pr-56323 Nov 30 14:53:46.060 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-6/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56323/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +a49316ddc99d9d595193557fc899f6c52e4d9af9-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 30 14:53:46.597 INFO [stdout] 86b7e5beb03b1c0606471c9e6298ae7ec2abe9b41fe50c7229fae03b38cdfc69 Nov 30 14:53:46.602 INFO running `"docker" "start" "-a" "86b7e5beb03b1c0606471c9e6298ae7ec2abe9b41fe50c7229fae03b38cdfc69"` Nov 30 14:53:48.411 INFO [stderr] usermod: no changes Nov 30 14:53:48.508 INFO [stderr] Compiling cortex-m v0.3.1 Nov 30 14:53:50.261 INFO [stderr] Checking stm32f0x2 v0.1.0 (/source) Nov 30 14:53:52.464 INFO [stderr] error: lint `private_no_mangle_statics` has been removed: `no longer an warning, #[no_mangle] statics always exported` Nov 30 14:53:52.464 INFO [stderr] --> src/lib.rs:62:13 Nov 30 14:53:52.464 INFO [stderr] | Nov 30 14:53:52.464 INFO [stderr] 62 | #[allow(private_no_mangle_statics)] Nov 30 14:53:52.464 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 14:53:52.464 INFO [stderr] | Nov 30 14:53:52.464 INFO [stderr] note: lint level defined here Nov 30 14:53:52.464 INFO [stderr] --> src/lib.rs:1:444 Nov 30 14:53:52.464 INFO [stderr] | Nov 30 14:53:52.464 INFO [stderr] 1 | # ! [ cfg_attr ( feature = "rt" , feature ( global_asm ) ) ] # ! [ cfg_attr ( feature = "rt" , feature ( macro_reexport ) ) ] # ! [ cfg_attr ( feature = "rt" , feature ( used ) ) ] # ! [ doc = "Peripheral access API for STM32F0X2 microcontrollers (generated using svd2rust v0.11.4)\n\nYou can find an overview of the API [here].\n\n[here]: https://docs.rs/svd2rust/0.11.4/svd2rust/#peripheral-api" ] # ! [ deny ( missing_docs ) ] # ! [ deny ( warnings ) ] # ! [ allow ( non_camel_case_types ) ] # ! [ feature ( const_fn ) ] # ! [ no_std ]extern crate cortex_m ; Nov 30 14:53:52.464 INFO [stderr] | ^^^^^^^^ Nov 30 14:53:52.464 INFO [stderr] = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Nov 30 14:53:52.464 INFO [stderr] Nov 30 14:53:52.620 INFO [stderr] error: lint `private_no_mangle_statics` has been removed: `no longer an warning, #[no_mangle] statics always exported` Nov 30 14:53:52.620 INFO [stderr] --> src/lib.rs:62:13 Nov 30 14:53:52.620 INFO [stderr] | Nov 30 14:53:52.620 INFO [stderr] 62 | #[allow(private_no_mangle_statics)] Nov 30 14:53:52.620 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 14:53:52.620 INFO [stderr] | Nov 30 14:53:52.620 INFO [stderr] note: lint level defined here Nov 30 14:53:52.620 INFO [stderr] --> src/lib.rs:1:444 Nov 30 14:53:52.620 INFO [stderr] | Nov 30 14:53:52.620 INFO [stderr] 1 | # ! [ cfg_attr ( feature = "rt" , feature ( global_asm ) ) ] # ! [ cfg_attr ( feature = "rt" , feature ( macro_reexport ) ) ] # ! [ cfg_attr ( feature = "rt" , feature ( used ) ) ] # ! [ doc = "Peripheral access API for STM32F0X2 microcontrollers (generated using svd2rust v0.11.4)\n\nYou can find an overview of the API [here].\n\n[here]: https://docs.rs/svd2rust/0.11.4/svd2rust/#peripheral-api" ] # ! [ deny ( missing_docs ) ] # ! [ deny ( warnings ) ] # ! [ allow ( non_camel_case_types ) ] # ! [ feature ( const_fn ) ] # ! [ no_std ]extern crate cortex_m ; Nov 30 14:53:52.620 INFO [stderr] | ^^^^^^^^ Nov 30 14:53:52.620 INFO [stderr] = note: #[deny(renamed_and_removed_lints)] implied by #[deny(warnings)] Nov 30 14:53:52.620 INFO [stderr] Nov 30 14:54:13.634 INFO [stderr] error: Could not compile `stm32f0x2`. Nov 30 14:54:13.634 INFO [stderr] Nov 30 14:54:13.634 INFO [stderr] Caused by: Nov 30 14:54:13.634 INFO [stderr] process didn't exit successfully: `rustc --crate-name stm32f0x2 src/lib.rs --color never --emit=dep-info,metadata -C debuginfo=2 --test -C metadata=3062fe8e9637d748 -C extra-filename=-3062fe8e9637d748 --out-dir /target/debug/deps -L dependency=/target/debug/deps --extern bare_metal=/target/debug/deps/libbare_metal-c1fa5c5892f0ca80.rmeta --extern cortex_m=/target/debug/deps/libcortex_m-c5f8ecb810fe8879.rmeta --extern vcell=/target/debug/deps/libvcell-211ef9203662b9c2.rmeta --cap-lints=forbid` (signal: 9, SIGKILL: kill) Nov 30 14:54:13.634 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 30 14:54:13.940 INFO [stderr] error: aborting due to previous error Nov 30 14:54:13.940 INFO [stderr] Nov 30 14:54:14.004 INFO [stderr] error: Could not compile `stm32f0x2`. Nov 30 14:54:14.004 INFO [stderr] Nov 30 14:54:14.004 INFO [stderr] To learn more, run the command again with --verbose. Nov 30 14:54:14.004 INFO [stderr] su: No module specific data is present Nov 30 14:54:14.320 INFO running `"docker" "inspect" "86b7e5beb03b1c0606471c9e6298ae7ec2abe9b41fe50c7229fae03b38cdfc69"` Nov 30 14:54:14.522 INFO running `"docker" "rm" "-f" "86b7e5beb03b1c0606471c9e6298ae7ec2abe9b41fe50c7229fae03b38cdfc69"` Nov 30 14:54:14.708 INFO [stdout] 86b7e5beb03b1c0606471c9e6298ae7ec2abe9b41fe50c7229fae03b38cdfc69