[INFO] cloning repository https://github.com/Daru-san/nm-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Daru-san/nm-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDaru-san%2Fnm-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDaru-san%2Fnm-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 91180910ccc902aab258726c82b7210baf4144b1
[INFO] checking Daru-san/nm-rs against master#a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb for pr-151109
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDaru-san%2Fnm-rs" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Daru-san/nm-rs
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/Daru-san/nm-rs
[INFO] tweaked toml for git repo https://github.com/Daru-san/nm-rs written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Daru-san/nm-rs on toolchain a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Daru-san/nm-rs 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" "+a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded toml_writer v1.0.4
[INFO] [stderr]   Downloaded system-deps v7.0.7
[INFO] [stderr]   Downloaded gobject-sys v0.21.5
[INFO] [stderr]   Downloaded cfg-expr v0.20.4
[INFO] [stderr]   Downloaded gio-sys v0.21.5
[INFO] [stderr]   Downloaded glib-macros v0.21.5
[INFO] [stderr]   Downloaded glib-sys v0.21.5
[INFO] [stderr]   Downloaded gio v0.21.5
[INFO] [stderr]   Downloaded glib v0.21.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4e1a31e64ab96723b43d01b716e65233e5dd67107e7ec75dbec7d4c6678fdc3f
[INFO] running `Command { std: "docker" "start" "-a" "4e1a31e64ab96723b43d01b716e65233e5dd67107e7ec75dbec7d4c6678fdc3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4e1a31e64ab96723b43d01b716e65233e5dd67107e7ec75dbec7d4c6678fdc3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e1a31e64ab96723b43d01b716e65233e5dd67107e7ec75dbec7d4c6678fdc3f", kill_on_drop: false }`
[INFO] [stdout] 4e1a31e64ab96723b43d01b716e65233e5dd67107e7ec75dbec7d4c6678fdc3f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a6acf0f07f0ed1c12e26dc0db3b9bf1d0504a0bb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d9a3f1546d551ce11e41f4ff2f25a6bb67e5e5b701c6bcfa795b52794e27e061
[INFO] running `Command { std: "docker" "start" "-a" "d9a3f1546d551ce11e41f4ff2f25a6bb67e5e5b701c6bcfa795b52794e27e061", kill_on_drop: false }`
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling target-lexicon v0.13.3
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling serde_spanned v1.0.3
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking shell-words v1.1.0
[INFO] [stderr]    Compiling toml v0.9.8
[INFO] [stderr]    Compiling toml_edit v0.23.9
[INFO] [stderr]    Compiling cfg-expr v0.20.4
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling system-deps v7.0.7
[INFO] [stderr]    Compiling glib-sys v0.21.5
[INFO] [stderr]    Compiling gobject-sys v0.21.5
[INFO] [stderr]    Compiling gio-sys v0.21.5
[INFO] [stderr]    Compiling nm-rs-sys v0.1.1 (/opt/rustwide/workdir/sys)
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling glib-macros v0.21.5
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stdout] error[E0432]: unresolved import `nm_sys`
[INFO] [stdout]  --> sys/tests/abi.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use nm_sys::*;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `nm_sys`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `nm_sys`, use `cargo add nm_sys` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nm-rs-sys` (test "abi") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "d9a3f1546d551ce11e41f4ff2f25a6bb67e5e5b701c6bcfa795b52794e27e061", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d9a3f1546d551ce11e41f4ff2f25a6bb67e5e5b701c6bcfa795b52794e27e061", kill_on_drop: false }`
[INFO] [stdout] d9a3f1546d551ce11e41f4ff2f25a6bb67e5e5b701c6bcfa795b52794e27e061
