[INFO] cloning repository https://github.com/kentookura/forest-server
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kentookura/forest-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkentookura%2Fforest-server", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkentookura%2Fforest-server'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d33690f372ae0ba87df48b59b5deb7148752839b
[INFO] testing kentookura/forest-server against nightly-2025-01-18+rustflags=-Zrandomize-layout for randomize-layout-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkentookura%2Fforest-server" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/kentookura/forest-server on toolchain nightly-2025-01-18
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/kentookura/forest-server
[INFO] finished tweaking git repo https://github.com/kentookura/forest-server
[INFO] tweaked toml for git repo https://github.com/kentookura/forest-server written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/kentookura/forest-server 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" "+nightly-2025-01-18" "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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8daa0d128e5f944e324673b4f15580a017b8bdd46a9402e1ca5eda4e41285c11
[INFO] running `Command { std: "docker" "start" "-a" "8daa0d128e5f944e324673b4f15580a017b8bdd46a9402e1ca5eda4e41285c11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8daa0d128e5f944e324673b4f15580a017b8bdd46a9402e1ca5eda4e41285c11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8daa0d128e5f944e324673b4f15580a017b8bdd46a9402e1ca5eda4e41285c11", kill_on_drop: false }`
[INFO] [stdout] 8daa0d128e5f944e324673b4f15580a017b8bdd46a9402e1ca5eda4e41285c11
[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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bb4a1a2fc6acaa4cba5a3f86f751cd6da1136d7845451c7bc0188c6b1e339974
[INFO] running `Command { std: "docker" "start" "-a" "bb4a1a2fc6acaa4cba5a3f86f751cd6da1136d7845451c7bc0188c6b1e339974", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling bytes v1.7.1
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling serde v1.0.209
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling gix-trace v0.1.9
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling sha1_smol v1.0.1
[INFO] [stderr]    Compiling prodash v26.2.2
[INFO] [stderr]    Compiling rustix v0.38.35
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling fastrand v2.1.1
[INFO] [stderr]    Compiling syn v2.0.76
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling tinyvec v1.8.0
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling httparse v1.9.4
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling crossbeam-channel v0.5.13
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling btoi v0.4.3
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling serde_json v1.0.127
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling anstyle-parse v0.2.5
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling gix-utils v0.1.12
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling nix v0.27.1
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling filetime v0.2.25
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling tempfile v3.12.0
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling memmap2 v0.7.1
[INFO] [stderr]    Compiling gix-sec v0.10.8
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling axum v0.7.5
[INFO] [stderr]    Compiling colorchoice v1.0.2
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling anstyle-query v1.1.1
[INFO] [stderr]    Compiling unicode-bom v2.0.3
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling anstyle v1.0.8
[INFO] [stderr]    Compiling cpufeatures v0.2.13
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling anstream v0.6.15
[INFO] [stderr]    Compiling headers-core v0.3.0
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling clap_lex v0.7.2
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling sync_wrapper v1.0.1
[INFO] [stderr]    Compiling matchit v0.7.3
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling headers v0.4.0
[INFO] [stderr]    Compiling async-priority-channel v0.1.0
[INFO] [stderr]    Compiling clap_builder v4.5.15
[INFO] [stderr]    Compiling faster-hex v0.9.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_path_to_error v0.1.16
[INFO] [stderr]    Compiling http-range-header v0.4.1
[INFO] [stderr]    Compiling normalize-path v0.2.1
[INFO] [stderr]    Compiling file-size v1.0.3
[INFO] [stderr]    Compiling atomic-take v1.1.0
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling maud_macros v0.25.0
[INFO] [stderr]    Compiling bstr v1.10.0
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling async-trait v0.1.81
[INFO] [stderr]    Compiling miette-derive v5.10.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling axum-macros v0.4.1
[INFO] [stderr]    Compiling globset v0.4.14
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]    Compiling clap_derive v4.5.13
[INFO] [stderr]    Compiling ignore v0.4.22
[INFO] [stderr]    Compiling pretty_env_logger v0.4.0
[INFO] [stderr]    Compiling tokio v1.39.3
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling gix-hash v0.13.3
[INFO] [stderr]    Compiling gix-date v0.8.7
[INFO] [stderr]    Compiling gix-path v0.10.10
[INFO] [stderr]    Compiling miette v5.10.0
[INFO] [stderr]    Compiling gix-validate v0.8.5
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling proc-status v0.1.1
[INFO] [stderr]    Compiling gix-features v0.36.1
[INFO] [stderr]    Compiling gix-actor v0.28.1
[INFO] [stderr]    Compiling gix-config-value v0.14.8
[INFO] [stderr]    Compiling cli-log v2.0.0
[INFO] [stderr]    Compiling gix-fs v0.8.1
[INFO] [stderr]    Compiling gix-glob v0.14.1
[INFO] [stderr]    Compiling gix-object v0.38.0
[INFO] [stderr]    Compiling watchexec-signals v2.1.0
[INFO] [stderr]    Compiling gix-tempfile v11.0.1
[INFO] [stderr]    Compiling watchexec-events v2.0.1
[INFO] [stderr]    Compiling gix-lock v11.0.1
[INFO] [stderr]    Compiling clap v4.5.16
[INFO] [stderr]    Compiling gix-ref v0.38.0
[INFO] [stderr]    Compiling gix-config v0.31.0
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling hyper v1.4.1
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling command-group v5.0.1
[INFO] [stderr]    Compiling watchexec-supervisor v1.0.3
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]    Compiling tower-http v0.5.2
[INFO] [stderr]    Compiling maud v0.25.0
[INFO] [stderr]    Compiling project-origins v1.4.0
[INFO] [stderr]    Compiling ignore-files v1.3.2
[INFO] [stderr]    Compiling hyper-util v0.1.7
[INFO] [stderr]    Compiling watchexec v3.0.1
[INFO] [stderr]    Compiling axum-extra v0.9.3
[INFO] [stderr]    Compiling forest-server v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `watchexec` is never read
[INFO] [stdout]   --> src/watch.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct Watcher {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 19 |     pub watchexec: Arc<Watchexec>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.79s
[INFO] running `Command { std: "docker" "inspect" "bb4a1a2fc6acaa4cba5a3f86f751cd6da1136d7845451c7bc0188c6b1e339974", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb4a1a2fc6acaa4cba5a3f86f751cd6da1136d7845451c7bc0188c6b1e339974", kill_on_drop: false }`
[INFO] [stdout] bb4a1a2fc6acaa4cba5a3f86f751cd6da1136d7845451c7bc0188c6b1e339974
[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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a3665d6e68612dbc06deaf6ba16e8928e9cc7370630c67b82bc6db677c1af451
[INFO] running `Command { std: "docker" "start" "-a" "a3665d6e68612dbc06deaf6ba16e8928e9cc7370630c67b82bc6db677c1af451", kill_on_drop: false }`
[INFO] [stderr]    Compiling forest-server v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `watchexec` is never read
[INFO] [stdout]   --> src/watch.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct Watcher {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 19 |     pub watchexec: Arc<Watchexec>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.60s
[INFO] running `Command { std: "docker" "inspect" "a3665d6e68612dbc06deaf6ba16e8928e9cc7370630c67b82bc6db677c1af451", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a3665d6e68612dbc06deaf6ba16e8928e9cc7370630c67b82bc6db677c1af451", kill_on_drop: false }`
[INFO] [stdout] a3665d6e68612dbc06deaf6ba16e8928e9cc7370630c67b82bc6db677c1af451
[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 -Zrandomize-layout" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] bcca1a8b2a36c1b7a1dd4b601228d662f84476e735748a9fc7f0d516a7ce338c
[INFO] running `Command { std: "docker" "start" "-a" "bcca1a8b2a36c1b7a1dd4b601228d662f84476e735748a9fc7f0d516a7ce338c", kill_on_drop: false }`
[INFO] [stderr] warning: field `watchexec` is never read
[INFO] [stderr]   --> src/watch.rs:19:9
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub struct Watcher {
[INFO] [stderr]    |            ------- field in this struct
[INFO] [stderr] 19 |     pub watchexec: Arc<Watchexec>,
[INFO] [stderr]    |         ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `forest-server` (bin "forest" test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/forest-34da69714fe85ecd)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "bcca1a8b2a36c1b7a1dd4b601228d662f84476e735748a9fc7f0d516a7ce338c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bcca1a8b2a36c1b7a1dd4b601228d662f84476e735748a9fc7f0d516a7ce338c", kill_on_drop: false }`
[INFO] [stdout] bcca1a8b2a36c1b7a1dd4b601228d662f84476e735748a9fc7f0d516a7ce338c
