[INFO] cloning repository https://github.com/sam-kenney/noti [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sam-kenney/noti" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsam-kenney%2Fnoti", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsam-kenney%2Fnoti'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3e80d015f1333e92650d347597e3e8202f3e98f9 [INFO] testing sam-kenney/noti against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsam-kenney%2Fnoti" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/sam-kenney/noti [INFO] finished tweaking git repo https://github.com/sam-kenney/noti [INFO] tweaked toml for git repo https://github.com/sam-kenney/noti written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/sam-kenney/noti on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/sam-kenney/noti 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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 57053974e305d98632ceee9509329cc7e3517f41751d30f6dcf9f4a4a6f5e45b [INFO] running `Command { std: "docker" "start" "-a" "57053974e305d98632ceee9509329cc7e3517f41751d30f6dcf9f4a4a6f5e45b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "57053974e305d98632ceee9509329cc7e3517f41751d30f6dcf9f4a4a6f5e45b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57053974e305d98632ceee9509329cc7e3517f41751d30f6dcf9f4a4a6f5e45b", kill_on_drop: false }` [INFO] [stdout] 57053974e305d98632ceee9509329cc7e3517f41751d30f6dcf9f4a4a6f5e45b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b2f5fdc0d6466b3a240f2c215309b6d44cf313ff8aae9cce6c92fe04927fa237 [INFO] running `Command { std: "docker" "start" "-a" "b2f5fdc0d6466b3a240f2c215309b6d44cf313ff8aae9cce6c92fe04927fa237", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.14 [INFO] [stderr] Compiling pin-project-lite v0.2.15 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Compiling bytes v1.9.0 [INFO] [stderr] Compiling cc v1.2.6 [INFO] [stderr] Compiling indexmap v2.7.1 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling winnow v0.6.26 [INFO] [stderr] Compiling winnow v0.7.0 [INFO] [stderr] Compiling rustix v0.38.42 [INFO] [stderr] Compiling endi v1.1.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling async-task v4.7.1 [INFO] [stderr] Compiling openssl v0.10.68 [INFO] [stderr] Compiling httparse v1.9.5 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling futures-lite v2.6.0 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Compiling piper v0.2.4 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling ordered-stream v0.2.0 [INFO] [stderr] Compiling xdg-home v1.3.0 [INFO] [stderr] Compiling http v1.2.0 [INFO] [stderr] Compiling serde_json v1.0.134 [INFO] [stderr] Compiling rustls-pki-types v1.10.1 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling clap_builder v4.5.23 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling ipnet v2.10.1 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling event-listener v5.4.0 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling syn v2.0.92 [INFO] [stderr] Compiling event-listener-strategy v0.5.3 [INFO] [stderr] Compiling async-executor v1.13.1 [INFO] [stderr] Compiling async-lock v3.4.0 [INFO] [stderr] Compiling async-channel v2.3.1 [INFO] [stderr] Compiling async-broadcast v0.7.2 [INFO] [stderr] Compiling openssl-sys v0.9.104 [INFO] [stderr] Compiling blocking v1.6.1 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling async-fs v2.1.2 [INFO] [stderr] Compiling toml_edit v0.22.23 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling proc-macro-crate v3.2.0 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling zerofrom-derive v0.1.5 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling enumflags2_derive v0.7.11 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling serde_repr v0.1.19 [INFO] [stderr] Compiling async-trait v0.1.86 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling tokio v1.42.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling zerofrom v0.1.5 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling polling v3.7.4 [INFO] [stderr] Compiling derive_more v2.0.1 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling async-io v2.4.0 [INFO] [stderr] Compiling async-signal v0.2.10 [INFO] [stderr] Compiling async-process v2.3.0 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling clap v4.5.23 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling tokio-util v0.7.13 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling zvariant_utils v3.1.0 [INFO] [stderr] Compiling enumflags2 v0.7.11 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling zvariant_derive v5.2.0 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling h2 v0.4.7 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling zvariant v5.2.0 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling zbus_names v4.1.1 [INFO] [stderr] Compiling hyper v1.5.2 [INFO] [stderr] Compiling zbus_macros v5.3.1 [INFO] [stderr] Compiling hyper-util v0.1.10 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.11 [INFO] [stderr] Compiling zbus v5.3.1 [INFO] [stderr] Compiling notify-rust v4.11.4 [INFO] [stderr] Compiling noti v0.4.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.76s [INFO] running `Command { std: "docker" "inspect" "b2f5fdc0d6466b3a240f2c215309b6d44cf313ff8aae9cce6c92fe04927fa237", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2f5fdc0d6466b3a240f2c215309b6d44cf313ff8aae9cce6c92fe04927fa237", kill_on_drop: false }` [INFO] [stdout] b2f5fdc0d6466b3a240f2c215309b6d44cf313ff8aae9cce6c92fe04927fa237 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e49b3dec18548e0a82ce15b07653674dd881af4d79c8da8fa0a13dd77dca4fd4 [INFO] running `Command { std: "docker" "start" "-a" "e49b3dec18548e0a82ce15b07653674dd881af4d79c8da8fa0a13dd77dca4fd4", kill_on_drop: false }` [INFO] [stderr] Compiling noti v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `WebhookFormat` and `dispatch_webhook` [INFO] [stdout] --> src/commands.rs:184:34 [INFO] [stdout] | [INFO] [stdout] 184 | add_default_destination, dispatch_webhook, init, DestinationType, Error, PathBuf, Result, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] 185 | WebhookFormat, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `CustomWebhookFormat`, `HttpMethod`, `Http`, and `StandardWebhookFormat` [INFO] [stdout] --> src/commands.rs:187:33 [INFO] [stdout] | [INFO] [stdout] 187 | use crate::config::{Config, CustomWebhookFormat, Http, HttpMethod, StandardWebhookFormat}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ ^^^^ ^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `indexmap::IndexMap` [INFO] [stdout] --> src/commands.rs:188:9 [INFO] [stdout] | [INFO] [stdout] 188 | use indexmap::IndexMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `MESSAGE` is never used [INFO] [stdout] --> src/commands.rs:190:11 [INFO] [stdout] | [INFO] [stdout] 190 | const MESSAGE: &str = "noti test execution."; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.07s [INFO] running `Command { std: "docker" "inspect" "e49b3dec18548e0a82ce15b07653674dd881af4d79c8da8fa0a13dd77dca4fd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e49b3dec18548e0a82ce15b07653674dd881af4d79c8da8fa0a13dd77dca4fd4", kill_on_drop: false }` [INFO] [stdout] e49b3dec18548e0a82ce15b07653674dd881af4d79c8da8fa0a13dd77dca4fd4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 897bf00fc03860463440ab65b238dfbc327d8829c862117d060b6eeaef30df24 [INFO] running `Command { std: "docker" "start" "-a" "897bf00fc03860463440ab65b238dfbc327d8829c862117d060b6eeaef30df24", kill_on_drop: false }` [INFO] [stderr] warning: unused imports: `WebhookFormat` and `dispatch_webhook` [INFO] [stderr] --> src/commands.rs:184:34 [INFO] [stderr] | [INFO] [stderr] 184 | add_default_destination, dispatch_webhook, init, DestinationType, Error, PathBuf, Result, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] 185 | WebhookFormat, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `CustomWebhookFormat`, `HttpMethod`, `Http`, and `StandardWebhookFormat` [INFO] [stderr] --> src/commands.rs:187:33 [INFO] [stderr] | [INFO] [stderr] 187 | use crate::config::{Config, CustomWebhookFormat, Http, HttpMethod, StandardWebhookFormat}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ ^^^^ ^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `indexmap::IndexMap` [INFO] [stderr] --> src/commands.rs:188:9 [INFO] [stderr] | [INFO] [stderr] 188 | use indexmap::IndexMap; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant `MESSAGE` is never used [INFO] [stderr] --> src/commands.rs:190:11 [INFO] [stderr] | [INFO] [stderr] 190 | const MESSAGE: &str = "noti test execution."; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `noti` (bin "noti" test) generated 4 warnings (run `cargo fix --bin "noti" --tests` to apply 3 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/noti-70f54491454b3cd9) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test commands::test::add_default_destination_fails_with_no_config_test ... ok [INFO] [stdout] test commands::test::add_default_destination_test ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- commands::test::add_default_destination_test stdout ---- [INFO] [stdout] Error: Io(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] commands::test::add_default_destination_test [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--bin noti` [INFO] running `Command { std: "docker" "inspect" "897bf00fc03860463440ab65b238dfbc327d8829c862117d060b6eeaef30df24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "897bf00fc03860463440ab65b238dfbc327d8829c862117d060b6eeaef30df24", kill_on_drop: false }` [INFO] [stdout] 897bf00fc03860463440ab65b238dfbc327d8829c862117d060b6eeaef30df24