[INFO] fetching crate rclua 1.0.2...
[INFO] testing rclua-1.0.2 against 1.95.0 for beta-1.96-2
[INFO] extracting crate rclua 1.0.2 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate rclua 1.0.2
[INFO] finished tweaking crates.io crate rclua 1.0.2
[INFO] tweaked toml for crates.io crate rclua 1.0.2 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rclua 1.0.2 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rclua 1.0.2 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded libloading v0.8.5
[INFO] [stderr]   Downloaded prettyplease v0.2.20
[INFO] [stderr]   Downloaded cc v1.1.13
[INFO] [stderr]   Downloaded syn v2.0.75
[INFO] [stderr]   Downloaded bindgen v0.70.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 94ea4dc51f5339b58a893005a7c687b81a905c3e3bfaa4050332a993f9182c8f
[INFO] running `Command { std: "docker" "start" "-a" "94ea4dc51f5339b58a893005a7c687b81a905c3e3bfaa4050332a993f9182c8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "94ea4dc51f5339b58a893005a7c687b81a905c3e3bfaa4050332a993f9182c8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94ea4dc51f5339b58a893005a7c687b81a905c3e3bfaa4050332a993f9182c8f", kill_on_drop: false }`
[INFO] [stdout] 94ea4dc51f5339b58a893005a7c687b81a905c3e3bfaa4050332a993f9182c8f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7abc0688b0c2701599d99926a070a13fb4733a781c31b96acdb29ee06df333df
[INFO] running `Command { std: "docker" "start" "-a" "7abc0688b0c2701599d99926a070a13fb4733a781c31b96acdb29ee06df333df", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling prettyplease v0.2.20
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling bindgen v0.70.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling cc v1.1.13
[INFO] [stderr]    Compiling libloading v0.8.5
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling syn v2.0.75
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]    Compiling rclua v1.0.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.95s
[INFO] running `Command { std: "docker" "inspect" "7abc0688b0c2701599d99926a070a13fb4733a781c31b96acdb29ee06df333df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7abc0688b0c2701599d99926a070a13fb4733a781c31b96acdb29ee06df333df", kill_on_drop: false }`
[INFO] [stdout] 7abc0688b0c2701599d99926a070a13fb4733a781c31b96acdb29ee06df333df
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9eb26a05d395f7067641dcf91d39fa8af7238b842eb9d8572d8fd926f27895cd
[INFO] running `Command { std: "docker" "start" "-a" "9eb26a05d395f7067641dcf91d39fa8af7238b842eb9d8572d8fd926f27895cd", kill_on_drop: false }`
[INFO] [stderr]    Compiling rclua v1.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcVyptLd/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "-llua" "-lclua_5_4_6" "-lclua_5_4_0" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/liblibc-8b948a203ed00b19.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" "/opt/rustwide/target/debug/deps/rustcVyptLd/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" "./c" "-L" "./lua-5.4.6" "-L" "./lua-5.4.0" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/rclua-e5255232dee2cbd8" "-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: ./lua-5.4.6/liblua.a(lapi.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: ./lua-5.4.6/liblua.a(lcode.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: ./lua-5.4.6/liblua.a(lctype.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: ./lua-5.4.6/liblua.a(ldebug.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: ./lua-5.4.6/liblua.a(ldo.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: ./lua-5.4.6/liblua.a(ldump.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: ./lua-5.4.6/liblua.a(lfunc.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: ./lua-5.4.6/liblua.a(lgc.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: ./lua-5.4.6/liblua.a(llex.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: ./lua-5.4.6/liblua.a(lmem.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: ./lua-5.4.6/liblua.a(lobject.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: ./lua-5.4.6/liblua.a(lopcodes.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: ./lua-5.4.6/liblua.a(lparser.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: ./lua-5.4.6/liblua.a(lstate.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: ./lua-5.4.6/liblua.a(lstring.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: ./lua-5.4.6/liblua.a(ltable.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: ./lua-5.4.6/liblua.a(ltm.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: ./lua-5.4.6/liblua.a(lundump.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: ./lua-5.4.6/liblua.a(lvm.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: ./lua-5.4.6/liblua.a(lzio.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rclua` (lib test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "9eb26a05d395f7067641dcf91d39fa8af7238b842eb9d8572d8fd926f27895cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9eb26a05d395f7067641dcf91d39fa8af7238b842eb9d8572d8fd926f27895cd", kill_on_drop: false }`
[INFO] [stdout] 9eb26a05d395f7067641dcf91d39fa8af7238b842eb9d8572d8fd926f27895cd
