[INFO] fetching crate pros-sys 0.8.0...
[INFO] testing pros-sys-0.8.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate pros-sys 0.8.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate pros-sys 0.8.0
[INFO] finished tweaking crates.io crate pros-sys 0.8.0
[INFO] tweaked toml for crates.io crate pros-sys 0.8.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate pros-sys 0.8.0 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "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" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3bdd69a59592243258ad12d9f865777fa6920460b7842e606e8c76ab01827e56
[INFO] running `Command { std: "docker" "start" "-a" "3bdd69a59592243258ad12d9f865777fa6920460b7842e606e8c76ab01827e56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3bdd69a59592243258ad12d9f865777fa6920460b7842e606e8c76ab01827e56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3bdd69a59592243258ad12d9f865777fa6920460b7842e606e8c76ab01827e56", kill_on_drop: false }`
[INFO] [stdout] 3bdd69a59592243258ad12d9f865777fa6920460b7842e606e8c76ab01827e56
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 637ecfb11eb5fb1dd8a240eecbc7b33ae8cfd178ddbe2fc0d915ea56f37f8acc
[INFO] running `Command { std: "docker" "start" "-a" "637ecfb11eb5fb1dd8a240eecbc7b33ae8cfd178ddbe2fc0d915ea56f37f8acc", kill_on_drop: false }`
[INFO] [stderr]    Compiling pros-sys v0.8.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `feaute`
[INFO] [stdout]   --> src/lib.rs:41:7
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[cfg(feaute = "apix")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected values for `feature` are: `no-link` and `xapi`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and different values
[INFO] [stdout]    |
[INFO] [stdout] 41 - #[cfg(feaute = "apix")]
[INFO] [stdout] 41 + #[cfg(feature = "no-link")]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `feaute`
[INFO] [stdout]   --> src/lib.rs:44:7
[INFO] [stdout]    |
[INFO] [stdout] 44 | #[cfg(feaute = "apix")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected values for `feature` are: `no-link` and `xapi`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and different values
[INFO] [stdout]    |
[INFO] [stdout] 44 - #[cfg(feaute = "apix")]
[INFO] [stdout] 44 + #[cfg(feature = "no-link")]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
[INFO] running `Command { std: "docker" "inspect" "637ecfb11eb5fb1dd8a240eecbc7b33ae8cfd178ddbe2fc0d915ea56f37f8acc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "637ecfb11eb5fb1dd8a240eecbc7b33ae8cfd178ddbe2fc0d915ea56f37f8acc", kill_on_drop: false }`
[INFO] [stdout] 637ecfb11eb5fb1dd8a240eecbc7b33ae8cfd178ddbe2fc0d915ea56f37f8acc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6b6f0193bcded997487f30a651e394354bed70f749de9ab4b9e2588ae818f379
[INFO] running `Command { std: "docker" "start" "-a" "6b6f0193bcded997487f30a651e394354bed70f749de9ab4b9e2588ae818f379", kill_on_drop: false }`
[INFO] [stderr]    Compiling pros-sys v0.8.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `feaute`
[INFO] [stdout]   --> src/lib.rs:41:7
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[cfg(feaute = "apix")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected values for `feature` are: `no-link` and `xapi`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and different values
[INFO] [stdout]    |
[INFO] [stdout] 41 - #[cfg(feaute = "apix")]
[INFO] [stdout] 41 + #[cfg(feature = "no-link")]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `feaute`
[INFO] [stdout]   --> src/lib.rs:44:7
[INFO] [stdout]    |
[INFO] [stdout] 44 | #[cfg(feaute = "apix")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected values for `feature` are: `no-link` and `xapi`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and different values
[INFO] [stdout]    |
[INFO] [stdout] 44 - #[cfg(feaute = "apix")]
[INFO] [stdout] 44 + #[cfg(feature = "no-link")]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcbSkSrZ/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*,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/rustcbSkSrZ/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/workdir/link" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/pros_sys-6d2f27c4c73c9376" "-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: /opt/rustwide/workdir/link/libc.a(lib_a-a64l.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: /opt/rustwide/workdir/link/libc.a(lib_a-abort.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: /opt/rustwide/workdir/link/libc.a(lib_a-abs.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: /opt/rustwide/workdir/link/libc.a(lib_a-access.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: /opt/rustwide/workdir/link/libc.a(lib_a-__adjust.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: /opt/rustwide/workdir/link/libc.a(lib_a-aeabi_atexit.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: /opt/rustwide/workdir/link/libc.a(lib_a-aeabi_memclr.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: /opt/rustwide/workdir/link/libc.a(lib_a-aeabi_memcpy-armv7a.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: /opt/rustwide/workdir/link/libc.a(lib_a-aeabi_memcpy.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: /opt/rustwide/workdir/link/libc.a(lib_a-aeabi_memmove.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: /opt/rustwide/workdir/link/libc.a(lib_a-aeabi_memmove-soft.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: /opt/rustwide/workdir/link/libc.a(lib_a-aeabi_memset.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: /opt/rustwide/workdir/link/libc.a(lib_a-aeabi_memset-soft.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: /opt/rustwide/workdir/link/libc.a(lib_a-aligned_alloc.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: /opt/rustwide/workdir/link/libc.a(lib_a-arc4random.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: /opt/rustwide/workdir/link/libc.a(lib_a-arc4random_uniform.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: /opt/rustwide/workdir/link/libc.a(lib_a-argz_add.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: /opt/rustwide/workdir/link/libc.a(lib_a-argz_add_sep.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: /opt/rustwide/workdir/link/libc.a(lib_a-argz_append.o) is incompatible with elf64-x86-64
[INFO] [stdout]           rust-lld: error: /opt/rustwide/workdir/link/libc.a(lib_a-argz_count.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 `pros-sys` (lib test) due to 1 previous error; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "6b6f0193bcded997487f30a651e394354bed70f749de9ab4b9e2588ae818f379", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6b6f0193bcded997487f30a651e394354bed70f749de9ab4b9e2588ae818f379", kill_on_drop: false }`
[INFO] [stdout] 6b6f0193bcded997487f30a651e394354bed70f749de9ab4b9e2588ae818f379
