[INFO] cloning repository https://github.com/linnnus/webhook-listener [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/linnnus/webhook-listener" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flinnnus%2Fwebhook-listener", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flinnnus%2Fwebhook-listener'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c0ff85fd243f0e6cb3f5d4d0d61ad33cc893108f [INFO] testing linnnus/webhook-listener against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flinnnus%2Fwebhook-listener" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/linnnus/webhook-listener [INFO] finished tweaking git repo https://github.com/linnnus/webhook-listener [INFO] tweaked toml for git repo https://github.com/linnnus/webhook-listener written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/linnnus/webhook-listener on toolchain 1.99.0-beta.1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/linnnus/webhook-listener 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 59d0fa19f0586f19637bc01e59d3aa1da31b032489d8d9eb5357c1c69434cf2a [INFO] running `Command { std: "docker" "start" "59d0fa19f0586f19637bc01e59d3aa1da31b032489d8d9eb5357c1c69434cf2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "59d0fa19f0586f19637bc01e59d3aa1da31b032489d8d9eb5357c1c69434cf2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "59d0fa19f0586f19637bc01e59d3aa1da31b032489d8d9eb5357c1c69434cf2a" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "59d0fa19f0586f19637bc01e59d3aa1da31b032489d8d9eb5357c1c69434cf2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "59d0fa19f0586f19637bc01e59d3aa1da31b032489d8d9eb5357c1c69434cf2a" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling libc v0.2.159 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling bytes v1.7.2 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling httparse v1.9.4 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling serde_json v1.0.128 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling cpufeatures v0.2.14 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling syn v2.0.79 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling indexmap v2.5.0 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling mio v1.0.2 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Compiling tokio v1.40.0 [INFO] [stderr] Compiling humantime-serde v1.1.1 [INFO] [stderr] Compiling tokio-util v0.7.12 [INFO] [stderr] Compiling h2 v0.4.6 [INFO] [stderr] Compiling hyper v1.4.1 [INFO] [stderr] Compiling hyper-util v0.1.9 [INFO] [stderr] Compiling webhook-listener v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `release` profile [optimized] target(s) in 43.93s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.29.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4` [INFO] running `Command { std: "docker" "inspect" "59d0fa19f0586f19637bc01e59d3aa1da31b032489d8d9eb5357c1c69434cf2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "59d0fa19f0586f19637bc01e59d3aa1da31b032489d8d9eb5357c1c69434cf2a" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling webhook-listener v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused macro definition: `assert_contains` [INFO] [stdout] --> src/config.rs:117:18 [INFO] [stdout] | [INFO] [stdout] 117 | macro_rules! assert_contains { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `release` profile [optimized] target(s) in 2.74s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.29.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4` [INFO] running `Command { std: "docker" "inspect" "59d0fa19f0586f19637bc01e59d3aa1da31b032489d8d9eb5357c1c69434cf2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "59d0fa19f0586f19637bc01e59d3aa1da31b032489d8d9eb5357c1c69434cf2a" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }` [INFO] [stderr] warning: unused macro definition: `assert_contains` [INFO] [stderr] --> src/config.rs:117:18 [INFO] [stderr] | [INFO] [stderr] 117 | macro_rules! assert_contains { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `webhook-listener` (bin "webhook-listener" test) generated 1 warning [INFO] [stderr] Finished `release` profile [optimized] target(s) in 0.08s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.29.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4` [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/release/deps/webhook_listener-8b7ccf4a55e5c66e) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test config::tests::deserialize_command_without_optional_args ... ok [INFO] [stdout] test config::tests::deserialize_invalid_json_gives_error ... ok [INFO] [stdout] test config::tests::deserialize_valid_config ... ok [INFO] [stdout] test config::tests::max_idle_time_null_deserializes_to_none ... ok [INFO] [stdout] test systemd_socket::tests::is_socket_inet ... ok [INFO] [stdout] test systemd_socket::tests::is_socket ... ok [INFO] [stdout] test systemd_socket::tests::is_socket_unix ... ok [INFO] [stdout] test config::tests::read_valid_config ... ok [INFO] [stdout] test systemd_socket::tests::names ... FAILED [INFO] [stderr] error: test failed, to rerun pass `--bin webhook-listener` [INFO] [stdout] test systemd_socket::tests::listen_fds_cleans ... ok [INFO] [stdout] test systemd_socket::tests::listen_fds_success ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- systemd_socket::tests::names stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'systemd_socket::tests::names' (1257) panicked at src/systemd_socket.rs:374:9: [INFO] [stdout] assertion `left == right` failed: Expected new socket to have fd 3 but got 4 [INFO] [stdout] left: 4 [INFO] [stdout] right: 3 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5cbb75ce60e1 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x5cbb75cfac2a - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x5cbb75cea57c - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x5cbb75cc1ec6 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x5cbb75cde2d9 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x5cbb75c73c90 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x5cbb75cde492 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x5cbb75cc1f72 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x5cbb75cba189 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x5cbb75cc2d8d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x5cbb75cfb35c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x5cbb75cfb2d3 - core[7c831bd917ebf35f]::panicking::assert_failed_inner [INFO] [stdout] 12: 0x5cbb75cb9825 - core[7c831bd917ebf35f]::panicking::assert_failed:: [INFO] [stdout] 13: 0x5cbb75c5f3ef - webhook_listener[a3d0b3ee4526df5e]::systemd_socket::tests::create_socket_with_fd [INFO] [stdout] 14: 0x5cbb75c607cc - webhook_listener[a3d0b3ee4526df5e]::systemd_socket::tests::names [INFO] [stdout] 15: 0x5cbb75c5de59 - >::call_once [INFO] [stdout] 16: 0x5cbb75c66f7b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 17: 0x5cbb75c745e5 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 18: 0x5cbb75c6d9a4 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 19: 0x5cbb75c77742 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 20: 0x5cbb75ce5649 - ::new::thread_start [INFO] [stdout] 21: 0x7fb2f119707a - [INFO] [stdout] 22: 0x7fb2f122a534 - clone [INFO] [stdout] 23: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] systemd_socket::tests::names [INFO] [stdout] [INFO] [stdout] test result: FAILED. 10 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "59d0fa19f0586f19637bc01e59d3aa1da31b032489d8d9eb5357c1c69434cf2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59d0fa19f0586f19637bc01e59d3aa1da31b032489d8d9eb5357c1c69434cf2a", kill_on_drop: false }` [INFO] [stdout] 59d0fa19f0586f19637bc01e59d3aa1da31b032489d8d9eb5357c1c69434cf2a