[INFO] cloning repository https://github.com/ziggoon/misa [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ziggoon/misa" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fziggoon%2Fmisa", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fziggoon%2Fmisa'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1459ef421f4f3cc57a7fb18dbe577175def83fb0 [INFO] testing ziggoon/misa against beta-2025-04-13 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fziggoon%2Fmisa" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ziggoon/misa on toolchain beta-2025-04-13 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config [INFO] started tweaking git repo https://github.com/ziggoon/misa [INFO] finished tweaking git repo https://github.com/ziggoon/misa [INFO] tweaked toml for git repo https://github.com/ziggoon/misa written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/ziggoon/misa 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" "+beta-2025-04-13" "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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3d11598d6c6d3ea10736ef6f15a4ba6ce56faf2977cfb881f52c54244a3d40e5 [INFO] running `Command { std: "docker" "start" "-a" "3d11598d6c6d3ea10736ef6f15a4ba6ce56faf2977cfb881f52c54244a3d40e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3d11598d6c6d3ea10736ef6f15a4ba6ce56faf2977cfb881f52c54244a3d40e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d11598d6c6d3ea10736ef6f15a4ba6ce56faf2977cfb881f52c54244a3d40e5", kill_on_drop: false }` [INFO] [stdout] 3d11598d6c6d3ea10736ef6f15a4ba6ce56faf2977cfb881f52c54244a3d40e5 [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=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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7b8f029c0a391257decd104e827473e695735feb59438cd29b41c19b219506bb [INFO] running `Command { std: "docker" "start" "-a" "7b8f029c0a391257decd104e827473e695735feb59438cd29b41c19b219506bb", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling proc-macro2 v1.0.80 [INFO] [stderr] Compiling config v0.1.0 (/opt/rustwide/workdir/config) [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Compiling either v1.11.0 [INFO] [stderr] Compiling bindgen v0.69.4 [INFO] [stderr] Compiling bitflags v2.5.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling clang-sys v1.7.0 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling syn v2.0.59 [INFO] [stderr] Compiling errno v0.3.8 [INFO] [stderr] Compiling misa v0.1.0 (/opt/rustwide/workdir/misa) [INFO] [stderr] Compiling readdir v0.1.0 (/opt/rustwide/workdir/readdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `debug` [INFO] [stdout] --> readdir/src/lib.rs:10:11 [INFO] [stdout] | [INFO] [stdout] 10 | #[cfg(feature = "debug")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `debug` [INFO] [stdout] --> readdir/src/lib.rs:24:11 [INFO] [stdout] | [INFO] [stdout] 24 | #[cfg(feature = "debug")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling stat v0.1.0 (/opt/rustwide/workdir/stat) [INFO] [stderr] Compiling chdir v0.1.0 (/opt/rustwide/workdir/chdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `debug` [INFO] [stdout] --> stat/src/lib.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg(feature = "debug")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `debug` [INFO] [stdout] --> stat/src/lib.rs:27:15 [INFO] [stdout] | [INFO] [stdout] 27 | #[cfg(feature = "debug")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `debug` [INFO] [stdout] --> stat/src/lib.rs:84:11 [INFO] [stdout] | [INFO] [stdout] 84 | #[cfg(feature = "debug")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `debug` [INFO] [stdout] --> stat/src/lib.rs:184:11 [INFO] [stdout] | [INFO] [stdout] 184 | #[cfg(feature = "debug")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling open v0.1.0 (/opt/rustwide/workdir/open) [INFO] [stderr] Compiling unlink v0.1.0 (/opt/rustwide/workdir/unlink) [INFO] [stderr] Compiling access v0.1.0 (/opt/rustwide/workdir/access) [INFO] [stdout] warning: unexpected `cfg` condition value: `debug` [INFO] [stdout] --> open/src/lib.rs:79:11 [INFO] [stdout] | [INFO] [stdout] 79 | #[cfg(feature = "debug")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `debug` [INFO] [stdout] --> open/src/lib.rs:93:15 [INFO] [stdout] | [INFO] [stdout] 93 | #[cfg(feature = "debug")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `debug` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling exec v0.1.0 (/opt/rustwide/workdir/exec) [INFO] [stdout] warning: unused import: `CStr` [INFO] [stdout] --> exec/src/lib.rs:1:39 [INFO] [stdout] | [INFO] [stdout] 1 | use std::ffi::{c_void, c_char, c_int, CStr}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling regex v1.10.4 [INFO] [stderr] Compiling pam-sys v1.0.0-alpha5 [INFO] [stderr] Compiling pam v0.1.0 (/opt/rustwide/workdir/pam) [INFO] [stdout] warning: unused imports: `PAM_AUTH_ERR`, `PAM_CONV`, `pam_conv`, `pam_message`, and `pam_response` [INFO] [stdout] --> pam/src/lib.rs:1:15 [INFO] [stdout] | [INFO] [stdout] 1 | use pam_sys::{pam_message, pam_response, pam_get_item, pam_conv, pam_handle_t, PAM_SUCCESS, PAM_CONV, PAM_USER, PAM_AUTH_ERR}; [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `CStr` and `CString` [INFO] [stdout] --> pam/src/lib.rs:2:39 [INFO] [stdout] | [INFO] [stdout] 2 | use std::ffi::{c_int, c_char, c_void, CStr, CString}; [INFO] [stdout] | ^^^^ ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `mem` and `ptr` [INFO] [stdout] --> pam/src/lib.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | use std::{mem, ptr}; [INFO] [stdout] | ^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ptr::null_mut` [INFO] [stdout] --> pam/src/lib.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::ptr::null_mut; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rk v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustca0pbKe/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustca0pbKe/symbols.o" "<1 object files omitted>" "/opt/rustwide/target/debug/deps/rk.15bwe79jnk37l4vyp2rs88z7p.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libpam-44f06165119a57a0.rlib,libpam_sys-0aa6760dea1ce101.rlib,libchdir-60e7b502ed59ca29.rlib,libmisa-7702c3a50abd8416.rlib,libunlink-fca19c94a598438c.rlib,libexec-43d6ae44c77ce94f.rlib,libaccess-483f1fcc9bb6a9ee.rlib,libopen-a152cbd2c50568fa.rlib,libstat-393566636a51e584.rlib,liberrno-92ce395fcad78800.rlib,libreaddir-8dba575c695e3d1c.rlib,liblibc-4852c305bddcafdb.rlib,libconfig-64028fe154c21ef5.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lpam" "-lpam_misc" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustca0pbKe/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/librk.so" "-shared" "-Wl,-soname=librk.so" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rk` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "7b8f029c0a391257decd104e827473e695735feb59438cd29b41c19b219506bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b8f029c0a391257decd104e827473e695735feb59438cd29b41c19b219506bb", kill_on_drop: false }` [INFO] [stdout] 7b8f029c0a391257decd104e827473e695735feb59438cd29b41c19b219506bb