[INFO] cloning repository https://github.com/stalexxx/hello [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/stalexxx/hello" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstalexxx%2Fhello", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstalexxx%2Fhello'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] eae5ee0bd66045f01501bdcebb2effd921034818 [INFO] building stalexxx/hello against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstalexxx%2Fhello" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/stalexxx/hello [INFO] finished tweaking git repo https://github.com/stalexxx/hello [INFO] tweaked toml for git repo https://github.com/stalexxx/hello written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/stalexxx/hello on toolchain 23647e694de8d0904848ad068b2e0ec2dd098c37 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/stalexxx/hello already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f52f38656510a9f7d01a2d8df0d7cd05cf1074b55bdf3b06f644584ce20c33ae [INFO] running `Command { std: "docker" "start" "-a" "f52f38656510a9f7d01a2d8df0d7cd05cf1074b55bdf3b06f644584ce20c33ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f52f38656510a9f7d01a2d8df0d7cd05cf1074b55bdf3b06f644584ce20c33ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f52f38656510a9f7d01a2d8df0d7cd05cf1074b55bdf3b06f644584ce20c33ae", kill_on_drop: false }` [INFO] [stdout] f52f38656510a9f7d01a2d8df0d7cd05cf1074b55bdf3b06f644584ce20c33ae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "build" "--frozen" "--message-format=json" "--target" "wasm32-wasip1", kill_on_drop: false }` [INFO] [stdout] 06023224098acb8c39e5a749b9345fac26bc2532f309f6146cb7408231c85eaa [INFO] running `Command { std: "docker" "start" "-a" "06023224098acb8c39e5a749b9345fac26bc2532f309f6146cb7408231c85eaa", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling nb v1.0.0 [INFO] [stderr] Compiling cortex-m v0.7.4 [INFO] [stderr] Compiling vcell v0.1.3 [INFO] [stderr] Compiling bitfield v0.13.2 [INFO] [stderr] Compiling cortex-m-rt v0.7.1 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Compiling volatile-register v0.2.1 [INFO] [stderr] Compiling nb v0.1.3 [INFO] [stderr] Compiling embedded-hal v0.2.6 [INFO] [stderr] Compiling panic-itm v0.4.2 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling cortex-m-rt-macros v0.7.0 [INFO] [stderr] Compiling hello-embedded v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `rust-lld` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "rust-lld" "-flavor" "wasm" "--export" "main" "--export" "DefaultHandler_" "--export" "DefaultPreInit" "--export" "HardFault_" "--export" "__EXCEPTIONS" "--export" "__INTERRUPTS" "--export" "__RESET_VECTOR" "--export" "error: cortex-m-rt appears more than once in the dependency graph" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "/lib/rustlib/wasm32-wasip1/lib/self-contained/crt1-command.o" "<2 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/libpanic_itm-02cf2ee3a812313d.rlib" "/lib/rustlib/wasm32-wasip1/lib/{libstd-*,libwasi-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*}.rlib" "-l" "c" "/lib/rustlib/wasm32-wasip1/lib/{librustc_std_workspace_core-*,liballoc-*}.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/libcortex_m_rt-ec42ed3e2868c6d9.rlib" "/lib/rustlib/wasm32-wasip1/lib/{libcore-*,libcompiler_builtins-*}.rlib" "-L" "/opt/rustwide/target/wasm32-wasip1/debug/build/cortex-m-rt-55b6a4955100b226/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/hello_embedded-397a3cacef3d74bb.wasm" "--gc-sections" "-O0" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcortex_m_rt-ec42ed3e2868c6d9.rlib(cortex_m_rt-ec42ed3e2868c6d9.cortex_m_rt.790acdd768e872cc-cgu.0.rcgu.o): undefined symbol: Reset [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcortex_m_rt-ec42ed3e2868c6d9.rlib(cortex_m_rt-ec42ed3e2868c6d9.cortex_m_rt.790acdd768e872cc-cgu.0.rcgu.o): undefined symbol: NonMaskableInt [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcortex_m_rt-ec42ed3e2868c6d9.rlib(cortex_m_rt-ec42ed3e2868c6d9.cortex_m_rt.790acdd768e872cc-cgu.0.rcgu.o): undefined symbol: HardFaultTrampoline [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcortex_m_rt-ec42ed3e2868c6d9.rlib(cortex_m_rt-ec42ed3e2868c6d9.cortex_m_rt.790acdd768e872cc-cgu.0.rcgu.o): undefined symbol: MemoryManagement [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcortex_m_rt-ec42ed3e2868c6d9.rlib(cortex_m_rt-ec42ed3e2868c6d9.cortex_m_rt.790acdd768e872cc-cgu.0.rcgu.o): undefined symbol: BusFault [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcortex_m_rt-ec42ed3e2868c6d9.rlib(cortex_m_rt-ec42ed3e2868c6d9.cortex_m_rt.790acdd768e872cc-cgu.0.rcgu.o): undefined symbol: UsageFault [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcortex_m_rt-ec42ed3e2868c6d9.rlib(cortex_m_rt-ec42ed3e2868c6d9.cortex_m_rt.790acdd768e872cc-cgu.0.rcgu.o): undefined symbol: SVCall [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcortex_m_rt-ec42ed3e2868c6d9.rlib(cortex_m_rt-ec42ed3e2868c6d9.cortex_m_rt.790acdd768e872cc-cgu.0.rcgu.o): undefined symbol: DebugMonitor [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcortex_m_rt-ec42ed3e2868c6d9.rlib(cortex_m_rt-ec42ed3e2868c6d9.cortex_m_rt.790acdd768e872cc-cgu.0.rcgu.o): undefined symbol: PendSV [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcortex_m_rt-ec42ed3e2868c6d9.rlib(cortex_m_rt-ec42ed3e2868c6d9.cortex_m_rt.790acdd768e872cc-cgu.0.rcgu.o): undefined symbol: SysTick [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcortex_m_rt-ec42ed3e2868c6d9.rlib(cortex_m_rt-ec42ed3e2868c6d9.cortex_m_rt.790acdd768e872cc-cgu.0.rcgu.o): undefined symbol: DefaultHandler [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcortex_m_rt-ec42ed3e2868c6d9.rlib(cortex_m_rt-ec42ed3e2868c6d9.cortex_m_rt.790acdd768e872cc-cgu.0.rcgu.o): undefined symbol: DefaultHandler [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcortex_m_rt-ec42ed3e2868c6d9.rlib(cortex_m_rt-ec42ed3e2868c6d9.cortex_m_rt.790acdd768e872cc-cgu.0.rcgu.o): undefined symbol: DefaultHandler [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcortex_m_rt-ec42ed3e2868c6d9.rlib(cortex_m_rt-ec42ed3e2868c6d9.cortex_m_rt.790acdd768e872cc-cgu.0.rcgu.o): undefined symbol: DefaultHandler [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcortex_m_rt-ec42ed3e2868c6d9.rlib(cortex_m_rt-ec42ed3e2868c6d9.cortex_m_rt.790acdd768e872cc-cgu.0.rcgu.o): undefined symbol: DefaultHandler [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcortex_m_rt-ec42ed3e2868c6d9.rlib(cortex_m_rt-ec42ed3e2868c6d9.cortex_m_rt.790acdd768e872cc-cgu.0.rcgu.o): undefined symbol: DefaultHandler [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcortex_m_rt-ec42ed3e2868c6d9.rlib(cortex_m_rt-ec42ed3e2868c6d9.cortex_m_rt.790acdd768e872cc-cgu.0.rcgu.o): undefined symbol: DefaultHandler [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcortex_m_rt-ec42ed3e2868c6d9.rlib(cortex_m_rt-ec42ed3e2868c6d9.cortex_m_rt.790acdd768e872cc-cgu.0.rcgu.o): undefined symbol: DefaultHandler [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcortex_m_rt-ec42ed3e2868c6d9.rlib(cortex_m_rt-ec42ed3e2868c6d9.cortex_m_rt.790acdd768e872cc-cgu.0.rcgu.o): undefined symbol: DefaultHandler [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libcortex_m_rt-ec42ed3e2868c6d9.rlib(cortex_m_rt-ec42ed3e2868c6d9.cortex_m_rt.790acdd768e872cc-cgu.0.rcgu.o): undefined symbol: DefaultHandler [INFO] [stdout] rust-lld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `hello-embedded` (bin "hello-embedded") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "06023224098acb8c39e5a749b9345fac26bc2532f309f6146cb7408231c85eaa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06023224098acb8c39e5a749b9345fac26bc2532f309f6146cb7408231c85eaa", kill_on_drop: false }` [INFO] [stdout] 06023224098acb8c39e5a749b9345fac26bc2532f309f6146cb7408231c85eaa