[INFO] cloning repository https://github.com/ChrisPardy/tiva-serial [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ChrisPardy/tiva-serial" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChrisPardy%2Ftiva-serial", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChrisPardy%2Ftiva-serial'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 255b77095b3443c8768c46495616ee05b5adf0f6 [INFO] testing ChrisPardy/tiva-serial against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChrisPardy%2Ftiva-serial" "/workspace/builds/worker-24/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-24/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ChrisPardy/tiva-serial on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ChrisPardy/tiva-serial [INFO] finished tweaking git repo https://github.com/ChrisPardy/tiva-serial [INFO] tweaked toml for git repo https://github.com/ChrisPardy/tiva-serial written to /workspace/builds/worker-24/source/Cargo.toml [INFO] crate git repo https://github.com/ChrisPardy/tiva-serial already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1ab36671102134e5a8101c94c2a67e0c0d287ffd6f30156c6b089f9ce7ab021f [INFO] running `Command { std: "docker" "start" "-a" "1ab36671102134e5a8101c94c2a67e0c0d287ffd6f30156c6b089f9ce7ab021f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1ab36671102134e5a8101c94c2a67e0c0d287ffd6f30156c6b089f9ce7ab021f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ab36671102134e5a8101c94c2a67e0c0d287ffd6f30156c6b089f9ce7ab021f", kill_on_drop: false }` [INFO] [stdout] 1ab36671102134e5a8101c94c2a67e0c0d287ffd6f30156c6b089f9ce7ab021f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] be053f0cb3037ce7942e1860b2562a992a4af5f454401144e250002fd70a4d93 [INFO] running `Command { std: "docker" "start" "-a" "be053f0cb3037ce7942e1860b2562a992a4af5f454401144e250002fd70a4d93", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Compiling cortex-m v0.7.3 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling nb v1.0.0 [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling vcell v0.1.3 [INFO] [stderr] Compiling bitfield v0.13.2 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling cortex-m v0.6.7 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling cortex-m-rt v0.6.15 [INFO] [stderr] Compiling tm4c123x v0.9.0 [INFO] [stderr] Compiling tm4c123x-hal v0.10.2 [INFO] [stderr] Compiling cortex-m-semihosting v0.3.7 [INFO] [stderr] Compiling tiva-serial v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling r0 v0.2.2 [INFO] [stderr] Compiling semver v0.9.0 [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 rustc_version v0.2.3 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling quote v1.0.10 [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 as-slice v0.1.5 [INFO] [stderr] Compiling aligned v0.3.5 [INFO] [stderr] Compiling tm4c-hal v0.4.1 [INFO] [stderr] Compiling cortex-m-rt-macros v0.6.15 [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/tiva_serial-e5a0f5f49d7a3b63.tiva_serial.7799d108-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/tiva_serial-e5a0f5f49d7a3b63.tiva_serial.7799d108-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/tiva_serial-e5a0f5f49d7a3b63.tiva_serial.7799d108-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/tiva_serial-e5a0f5f49d7a3b63.tiva_serial.7799d108-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/tiva_serial-e5a0f5f49d7a3b63.tiva_serial.7799d108-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/tiva_serial-e5a0f5f49d7a3b63.tiva_serial.7799d108-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/tiva_serial-e5a0f5f49d7a3b63.tiva_serial.7799d108-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/tiva_serial-e5a0f5f49d7a3b63.tiva_serial.7799d108-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/tiva_serial-e5a0f5f49d7a3b63.tiva_serial.7799d108-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/tiva_serial-e5a0f5f49d7a3b63.tiva_serial.7799d108-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/tiva_serial-e5a0f5f49d7a3b63.tiva_serial.7799d108-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/tiva_serial-e5a0f5f49d7a3b63.tiva_serial.7799d108-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/tiva_serial-e5a0f5f49d7a3b63.tiva_serial.7799d108-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/tiva_serial-e5a0f5f49d7a3b63.tiva_serial.7799d108-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/tiva_serial-e5a0f5f49d7a3b63.tiva_serial.7799d108-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/tiva_serial-e5a0f5f49d7a3b63.tiva_serial.7799d108-cgu.9.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/tiva-serial-27b93fa81f941248/out" "-L" "/opt/rustwide/target/debug/build/cortex-m-rt-e6d945b699091564/out" "-L" "/opt/rustwide/target/debug/build/tm4c123x-hal-64bd8f78da755493/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtm4c123x_hal-f763cca26aec354a.rlib" "/opt/rustwide/target/debug/deps/libtm4c_hal-3bca583cc17bcd67.rlib" "/opt/rustwide/target/debug/deps/libcast-a0ef91ae6b5a4548.rlib" "/opt/rustwide/target/debug/deps/libtm4c123x-7ef99d75668695de.rlib" "/opt/rustwide/target/debug/deps/libcortex_m-c692bb8945f4183f.rlib" "/opt/rustwide/target/debug/deps/libcortex_m-623bd4b4f366277f.rlib" "/opt/rustwide/target/debug/deps/libvolatile_register-e22ddc40ed1b4425.rlib" "/opt/rustwide/target/debug/deps/libvcell-a3a8115f1b09c7eb.rlib" "/opt/rustwide/target/debug/deps/libaligned-5fdcdd22fd696261.rlib" "/opt/rustwide/target/debug/deps/libas_slice-b788c74951383d1e.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-9cc2fd4b8c3efec4.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-1d0970c5256d7de8.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-3d164457772b9798.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-f2760435da775532.rlib" "/opt/rustwide/target/debug/deps/libtypenum-18a20e8b2e9a1bfd.rlib" "/opt/rustwide/target/debug/deps/libbare_metal-79d1fb5679bd342f.rlib" "/opt/rustwide/target/debug/deps/libcortex_m_rt-965484de902ee608.rlib" "/opt/rustwide/target/debug/deps/libr0-a4ff98f0e81f1574.rlib" "/opt/rustwide/target/debug/deps/libembedded_hal-9dc1f280ffe247ca.rlib" "/opt/rustwide/target/debug/deps/libvoid-a07839a7d6e8f590.rlib" "/opt/rustwide/target/debug/deps/libnb-a42dcc6dfba52f9c.rlib" "/opt/rustwide/target/debug/deps/libnb-cad5263ce5ea7028.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/tiva_serial-e5a0f5f49d7a3b63" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o: in function `_start': [INFO] [stdout] (.text+0x16): undefined reference to `__libc_csu_fini' [INFO] [stdout] /usr/bin/ld: (.text+0x1d): undefined reference to `__libc_csu_init' [INFO] [stdout] /usr/bin/ld: (.text+0x2a): undefined reference to `__libc_start_main' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/tiva_serial-e5a0f5f49d7a3b63.tiva_serial.7799d108-cgu.10.rcgu.o: in function `cortex_m::register::primask::read': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.3/src/register/primask.rs:29: undefined reference to `__primask_r' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/tiva_serial-e5a0f5f49d7a3b63.tiva_serial.7799d108-cgu.11.rcgu.o: in function `cortex_m::interrupt::enable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.3/src/interrupt.rs:48: undefined reference to `__cpsie' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/tiva_serial-e5a0f5f49d7a3b63.tiva_serial.7799d108-cgu.11.rcgu.o: in function `cortex_m::interrupt::disable': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.3/src/interrupt.rs:38: undefined reference to `__cpsid' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libtm4c123x_hal-f763cca26aec354a.rlib(tm4c123x_hal-f763cca26aec354a.tm4c123x_hal.e79bbd26-cgu.13.rcgu.o): in function `cortex_m::asm::nop': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.7.3/src/asm.rs:35: undefined reference to `__nop' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = help: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tiva-serial` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "be053f0cb3037ce7942e1860b2562a992a4af5f454401144e250002fd70a4d93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be053f0cb3037ce7942e1860b2562a992a4af5f454401144e250002fd70a4d93", kill_on_drop: false }` [INFO] [stdout] be053f0cb3037ce7942e1860b2562a992a4af5f454401144e250002fd70a4d93