[INFO] cloning repository https://github.com/AOSC-Dev/ciel-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AOSC-Dev/ciel-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAOSC-Dev%2Fciel-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAOSC-Dev%2Fciel-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 30272b72f16c83d6e041a70db24b13d4a57c5f27 [INFO] checking AOSC-Dev/ciel-rs against master#accc516128b21e960b1a7af45393e9acdd184890 for pr-122501 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAOSC-Dev%2Fciel-rs" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AOSC-Dev/ciel-rs on toolchain accc516128b21e960b1a7af45393e9acdd184890 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+accc516128b21e960b1a7af45393e9acdd184890" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/AOSC-Dev/ciel-rs [INFO] finished tweaking git repo https://github.com/AOSC-Dev/ciel-rs [INFO] tweaked toml for git repo https://github.com/AOSC-Dev/ciel-rs written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/AOSC-Dev/ciel-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" "+accc516128b21e960b1a7af45393e9acdd184890" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Updating git repository `https://github.com/liushuyu/libmount` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded build-env v0.3.1 [INFO] [stderr] Downloaded unsquashfs-wrapper v0.1.1 [INFO] [stderr] Downloaded libsystemd-sys v0.9.3 [INFO] [stderr] Downloaded toml_edit v0.22.8 [INFO] [stderr] Downloaded ar v0.9.0 [INFO] [stderr] Downloaded clap_complete v4.5.1 [INFO] [stderr] Downloaded fs3 v0.5.0 [INFO] [stderr] Downloaded tabwriter v1.4.0 [INFO] [stderr] Downloaded git2 v0.18.2 [INFO] [stderr] Downloaded reqwest v0.11.26 [INFO] [stderr] Downloaded rustix v0.38.31 [INFO] [stderr] Downloaded libgit2-sys v0.16.2+1.7.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+accc516128b21e960b1a7af45393e9acdd184890" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d8116c635f48d82629d4545fbaa51599f43afcac307081d49a71859b7ee724fe [INFO] running `Command { std: "docker" "start" "-a" "d8116c635f48d82629d4545fbaa51599f43afcac307081d49a71859b7ee724fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d8116c635f48d82629d4545fbaa51599f43afcac307081d49a71859b7ee724fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8116c635f48d82629d4545fbaa51599f43afcac307081d49a71859b7ee724fe", kill_on_drop: false }` [INFO] [stdout] d8116c635f48d82629d4545fbaa51599f43afcac307081d49a71859b7ee724fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+accc516128b21e960b1a7af45393e9acdd184890" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b54cec9ddbaafc5b882352a267bf14680dfff3d875e560ae25111b1416e2c020 [INFO] running `Command { std: "docker" "start" "-a" "b54cec9ddbaafc5b882352a267bf14680dfff3d875e560ae25111b1416e2c020", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling rustix v0.38.31 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Checking linux-raw-sys v0.4.13 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling syn v2.0.53 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking socket2 v0.5.6 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stderr] Compiling toml_datetime v0.6.5 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling anstyle-query v1.0.2 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling anstyle-parse v0.2.3 [INFO] [stderr] Compiling anstyle v1.0.6 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Compiling strsim v0.11.0 [INFO] [stderr] Compiling clap_lex v0.7.0 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling anstream v0.6.13 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Checking futures-lite v2.3.0 [INFO] [stderr] Checking tokio v1.36.0 [INFO] [stderr] Checking either v1.10.0 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling clap_builder v4.5.2 [INFO] [stderr] Checking io-lifetimes v1.0.11 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling async-fs v1.6.0 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Checking indexmap v2.2.5 [INFO] [stderr] Compiling jobserver v0.1.28 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling build-env v0.3.1 [INFO] [stderr] Compiling portable-atomic v1.6.0 [INFO] [stderr] Checking home v0.5.9 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling cc v1.0.90 [INFO] [stderr] Compiling libsystemd-sys v0.9.3 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Checking rustix v0.37.27 [INFO] [stderr] Checking console v0.15.8 [INFO] [stderr] Compiling fs3 v0.5.0 [INFO] [stderr] Checking polling v2.8.0 [INFO] [stderr] Compiling anyhow v1.0.81 [INFO] [stderr] Checking socket2 v0.4.10 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking winnow v0.6.5 [INFO] [stderr] Checking fuzzy-matcher v0.3.7 [INFO] [stderr] Compiling time-macros v0.2.17 [INFO] [stderr] Checking rustls-pemfile v1.0.4 [INFO] [stderr] Checking nix v0.26.4 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Checking async-executor v1.8.0 [INFO] [stderr] Checking async-broadcast v0.5.1 [INFO] [stderr] Checking xdg-home v1.1.0 [INFO] [stderr] Checking terminal_size v0.3.0 [INFO] [stderr] Checking xattr v1.3.1 [INFO] [stderr] Checking tempfile v3.10.1 [INFO] [stderr] Checking which v4.4.2 [INFO] [stderr] Checking filetime v0.2.23 [INFO] [stderr] Checking nix v0.27.1 [INFO] [stderr] Checking ordered-stream v0.2.0 [INFO] [stderr] Checking zeroize v1.7.0 [INFO] [stderr] Compiling openssl-sys v0.9.101 [INFO] [stderr] Compiling libz-sys v1.1.15 [INFO] [stderr] Compiling libssh2-sys v0.3.0 [INFO] [stderr] Compiling clap v4.5.3 [INFO] [stderr] Compiling libgit2-sys v0.16.2+1.7.2 [INFO] [stderr] Compiling lzma-sys v0.1.20 [INFO] [stderr] Compiling clap_complete v4.5.1 [INFO] [stderr] Checking async-io v1.13.0 [INFO] [stderr] Checking sync_wrapper v0.1.2 [INFO] [stderr] Checking quick-error v2.0.1 [INFO] [stderr] Checking shell-words v1.1.0 [INFO] [stderr] Checking number_prefix v0.4.0 [INFO] [stderr] Checking ipnet v2.9.0 [INFO] [stderr] Checking tar v0.4.40 [INFO] [stderr] Compiling openssl v0.10.64 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Checking indicatif v0.17.8 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Checking xz2 v0.1.7 [INFO] [stderr] Checking unsquashfs-wrapper v0.1.1 [INFO] [stderr] Checking libmount v0.1.15 (https://github.com/liushuyu/libmount?rev=6fe8dba03a6404dfe1013995dd17af1c4e21c97b#6fe8dba0) [INFO] [stderr] Checking which v5.0.0 [INFO] [stderr] Checking rayon v1.9.0 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Checking tabwriter v1.4.0 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Checking ar v0.9.0 [INFO] [stderr] Checking dotenvy v0.15.7 [INFO] [stderr] Compiling zvariant_utils v1.0.1 [INFO] [stderr] Compiling ciel-rs v3.2.2 (/opt/rustwide/workdir) [INFO] [stderr] Compiling regex v1.10.3 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling enumflags2_derive v0.7.9 [INFO] [stderr] Compiling thiserror-impl v1.0.58 [INFO] [stderr] Compiling serde_repr v0.1.18 [INFO] [stderr] Compiling async-trait v0.1.78 [INFO] [stderr] Compiling async-recursion v1.1.0 [INFO] [stderr] Compiling zvariant_derive v3.15.2 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling zbus_macros v3.15.2 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking thiserror v1.0.58 [INFO] [stderr] Checking dialoguer v0.11.0 [INFO] [stderr] Checking tokio-util v0.7.10 [INFO] [stderr] Checking blocking v1.5.1 [INFO] [stderr] Checking h2 v0.3.25 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Checking hyper v0.14.28 [INFO] [stderr] Checking git2 v0.18.2 [INFO] [stderr] Checking enumflags2 v0.7.9 [INFO] [stderr] Checking serde_spanned v0.6.5 [INFO] [stderr] Checking deranged v0.3.11 [INFO] [stderr] Checking serde_json v1.0.114 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking faster-hex v0.9.0 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stderr] Checking toml_edit v0.22.8 [INFO] [stderr] Checking zvariant v3.15.2 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking time v0.3.34 [INFO] [stderr] Checking reqwest v0.11.26 [INFO] [stderr] Checking zbus_names v2.6.1 [INFO] [stderr] Checking toml v0.8.12 [INFO] [stderr] Checking zbus v3.15.2 [INFO] [stdout] warning: associated items `name` and `get_base_layer` are never used [INFO] [stdout] --> src/overlayfs.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 15 | pub trait LayerManager { [INFO] [stdout] | ------------ associated items in this trait [INFO] [stdout] ... [INFO] [stdout] 18 | fn name() -> String [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | fn get_base_layer(&mut self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `name` and `get_base_layer` are never used [INFO] [stdout] --> src/overlayfs.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 15 | pub trait LayerManager { [INFO] [stdout] | ------------ associated items in this trait [INFO] [stdout] ... [INFO] [stdout] 18 | fn name() -> String [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | fn get_base_layer(&mut self) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.43s [INFO] running `Command { std: "docker" "inspect" "b54cec9ddbaafc5b882352a267bf14680dfff3d875e560ae25111b1416e2c020", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b54cec9ddbaafc5b882352a267bf14680dfff3d875e560ae25111b1416e2c020", kill_on_drop: false }` [INFO] [stdout] b54cec9ddbaafc5b882352a267bf14680dfff3d875e560ae25111b1416e2c020