[INFO] fetching crate serialio 0.1.2...
[INFO] testing serialio-0.1.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate serialio 0.1.2 into /workspace/builds/worker-0-tc2/source
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config
[INFO] started tweaking crates.io crate serialio 0.1.2
[INFO] finished tweaking crates.io crate serialio 0.1.2
[INFO] tweaked toml for crates.io crate serialio 0.1.2 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate serialio 0.1.2 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 41 packages to latest compatible versions
[INFO] [stderr]       Adding cortex-m v0.5.11 (available: v0.7.7)
[INFO] [stderr]       Adding cortex-m-rt v0.6.15 (available: v0.7.5)
[INFO] [stderr]       Adding cortex-m-semihosting v0.3.7 (available: v0.5.0)
[INFO] [stderr]       Adding embedded-hal v0.2.7 (available: v1.0.0)
[INFO] [stderr]       Adding panic-semihosting v0.5.6 (available: v0.6.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0181ef601c9814e11c8af4114cb9543cde82edac537519dc13ae9849829a4f7f
[INFO] running `Command { std: "docker" "start" "-a" "0181ef601c9814e11c8af4114cb9543cde82edac537519dc13ae9849829a4f7f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0181ef601c9814e11c8af4114cb9543cde82edac537519dc13ae9849829a4f7f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0181ef601c9814e11c8af4114cb9543cde82edac537519dc13ae9849829a4f7f", kill_on_drop: false }`
[INFO] [stdout] 0181ef601c9814e11c8af4114cb9543cde82edac537519dc13ae9849829a4f7f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bfe517f21df8a16a4c0ec85711c6693e8b0738833e0a18fb98760ec658344350
[INFO] running `Command { std: "docker" "start" "-a" "bfe517f21df8a16a4c0ec85711c6693e8b0738833e0a18fb98760ec658344350", kill_on_drop: false }`
[INFO] [stderr]    Compiling nb v1.1.0
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling nb v0.1.3
[INFO] [stderr]    Compiling embedded-hal v0.2.7
[INFO] [stderr]    Compiling serialio v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
[INFO] running `Command { std: "docker" "inspect" "bfe517f21df8a16a4c0ec85711c6693e8b0738833e0a18fb98760ec658344350", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bfe517f21df8a16a4c0ec85711c6693e8b0738833e0a18fb98760ec658344350", kill_on_drop: false }`
[INFO] [stdout] bfe517f21df8a16a4c0ec85711c6693e8b0738833e0a18fb98760ec658344350
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9b48acd53dd909c3cd09e952841028e45baaa1d9e5048c535b588790f6865246
[INFO] running `Command { std: "docker" "start" "-a" "9b48acd53dd909c3cd09e952841028e45baaa1d9e5048c535b588790f6865246", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling cortex-m v0.7.7
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling vcell v0.1.3
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling bitfield v0.13.2
[INFO] [stderr]    Compiling volatile-register v0.2.2
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling cortex-m-rt v0.6.15
[INFO] [stderr]    Compiling cortex-m v0.6.7
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling cortex-m v0.5.11
[INFO] [stderr]    Compiling aligned v0.2.0
[INFO] [stderr]    Compiling stm32f30x v0.7.1
[INFO] [stderr]    Compiling r0 v0.2.2
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling cortex-m-semihosting v0.3.7
[INFO] [stderr]    Compiling bare-metal v0.2.5
[INFO] [stderr]    Compiling f3 v0.6.1
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling cast v0.2.7
[INFO] [stderr]    Compiling generic-array v0.12.4
[INFO] [stderr]    Compiling generic-array v0.13.3
[INFO] [stderr]    Compiling generic-array v0.11.2
[INFO] [stderr]    Compiling panic-semihosting v0.5.6
[INFO] [stderr]    Compiling l3gd20 v0.2.0
[INFO] [stderr]    Compiling lsm303dlhc v0.2.0
[INFO] [stderr]    Compiling as-slice v0.1.5
[INFO] [stderr]    Compiling aligned v0.3.5
[INFO] [stderr]    Compiling cortex-m-rt-macros v0.6.15
[INFO] [stderr]    Compiling stm32f30x-hal v0.2.0
[INFO] [stderr]    Compiling serialio v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustc7hSwqA/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libf3-9d3e746033e88df3,liblsm303dlhc-e73458561516ab43,libl3gd20-9889128558b1bd7c,libgeneric_array-36dfe82788580d1e,libserialio-492fa56e6db2a17f,libstm32f30x_hal-cb5fd330a53eef5d,libstm32f30x-692fb22570405824,libcortex_m_rt-b90f4017f3c83d35,libr0-024d1e607291d345,libcast-45169763f100b2e5,libcortex_m-e515f4b12e0d93db,libcortex_m-698e5cbe63622435,libcortex_m-08e54a924a418a2b,libembedded_hal-e0506e92d5f3aaad,libvoid-0b9a59cbdc169960,libnb-eba34bc2abb7940e,libnb-3a1ed06eddb576bd,libaligned-789247e1003bcdc6,libas_slice-4cc624d6bcc90d71,libstable_deref_trait-89f823acf2f8030c,libgeneric_array-eedb954434f1a76b,libgeneric_array-c8b1a52b7e82c507,libgeneric_array-a8c4435332d82bae,libtypenum-0b794c26bd333240,libvolatile_register-de6281d3b8030dcd,libvcell-0c4b6b76848ddf4c,libbare_metal-00b6589630d20e2a,libaligned-d4854bbdcc195cde,libpanic_semihosting-ce94fac78d7cb752}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustc7hSwqA/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/cortex-m-rt-56feb146c8bb2b48/out" "-L" "/opt/rustwide/target/debug/build/f3-443d9c62019b6afd/out" "-L" "/opt/rustwide/target/debug/build/stm32f30x-6369202246555cb7/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/format_output-9a754b8ce7e887ce" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: undefined symbol: __bkpt
[INFO] [stdout]           >>> referenced by call_asm.rs:19 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cortex-m-0.7.7/src/call_asm.rs:19)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/format_output-9a754b8ce7e887ce.format_output.75e950b310ce9ca9-cgu.0.rcgu.o:(format_output::__cortex_m_rt_main::h02d52537b94f9846)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: __primask_r
[INFO] [stdout]           >>> referenced by call_asm.rs:19 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cortex-m-0.7.7/src/call_asm.rs:19)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/format_output-9a754b8ce7e887ce.format_output.75e950b310ce9ca9-cgu.0.rcgu.o:(cortex_m::register::primask::read::hedb4b5c2663d96c7)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: __cpsie
[INFO] [stdout]           >>> referenced by call_asm.rs:19 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cortex-m-0.7.7/src/call_asm.rs:19)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/format_output-9a754b8ce7e887ce.format_output.75e950b310ce9ca9-cgu.0.rcgu.o:(cortex_m::interrupt::enable::h7b9c8afb3098f45c)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: __cpsid
[INFO] [stdout]           >>> referenced by call_asm.rs:19 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cortex-m-0.7.7/src/call_asm.rs:19)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/examples/format_output-9a754b8ce7e887ce.format_output.75e950b310ce9ca9-cgu.0.rcgu.o:(cortex_m::interrupt::disable::hd22a8a926bdeb83c)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `serialio` (example "format_output") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "9b48acd53dd909c3cd09e952841028e45baaa1d9e5048c535b588790f6865246", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b48acd53dd909c3cd09e952841028e45baaa1d9e5048c535b588790f6865246", kill_on_drop: false }`
[INFO] [stdout] 9b48acd53dd909c3cd09e952841028e45baaa1d9e5048c535b588790f6865246
