[INFO] cloning repository https://github.com/mbrubeck/agate [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mbrubeck/agate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmbrubeck%2Fagate", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmbrubeck%2Fagate'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9c18c1b0f40f28b79fbc68f1fb238cb6c1907239 [INFO] testing mbrubeck/agate against 1.73.0 for beta-1.74-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmbrubeck%2Fagate" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mbrubeck/agate on toolchain 1.73.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.73.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mbrubeck/agate [INFO] finished tweaking git repo https://github.com/mbrubeck/agate [INFO] tweaked toml for git repo https://github.com/mbrubeck/agate written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/mbrubeck/agate 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.73.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded gemini-fetch v0.2.1 [INFO] [stderr] Downloaded x509-signature v0.5.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+1.73.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0ece7489c6f2cb0f0620d80bf145d5e9aacdda515063ce1293ac3ce3fc796f71 [INFO] running `Command { std: "docker" "start" "-a" "0ece7489c6f2cb0f0620d80bf145d5e9aacdda515063ce1293ac3ce3fc796f71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0ece7489c6f2cb0f0620d80bf145d5e9aacdda515063ce1293ac3ce3fc796f71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ece7489c6f2cb0f0620d80bf145d5e9aacdda515063ce1293ac3ce3fc796f71", kill_on_drop: false }` [INFO] [stdout] 0ece7489c6f2cb0f0620d80bf145d5e9aacdda515063ce1293ac3ce3fc796f71 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+1.73.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6d4a75fa5aa82f6f3e80e5f32aa5c8084b5f59000d1cb081f4c95c056f9cc346 [INFO] running `Command { std: "docker" "start" "-a" "6d4a75fa5aa82f6f3e80e5f32aa5c8084b5f59000d1cb081f4c95c056f9cc346", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling rustix v0.38.4 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling bitflags v2.3.3 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling time-core v0.1.1 [INFO] [stderr] Compiling rustls v0.21.7 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling linux-raw-sys v0.4.3 [INFO] [stderr] Compiling pin-project-lite v0.2.12 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling quote v1.0.32 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling syn v2.0.27 [INFO] [stderr] Compiling time v0.3.23 [INFO] [stderr] Compiling socket2 v0.5.3 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling mio v0.8.8 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling bytes v1.4.0 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling base64 v0.21.2 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling yasna v0.5.2 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling pem v3.0.2 [INFO] [stderr] Compiling tokio v1.33.0 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling termcolor v1.2.0 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling url v2.4.1 [INFO] [stderr] Compiling env_logger v0.10.0 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling configparser v3.0.2 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling rustls-webpki v0.101.2 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling rcgen v0.11.3 [INFO] [stderr] Compiling futures-macro v0.3.28 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling agate v3.3.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 37.60s [INFO] running `Command { std: "docker" "inspect" "6d4a75fa5aa82f6f3e80e5f32aa5c8084b5f59000d1cb081f4c95c056f9cc346", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d4a75fa5aa82f6f3e80e5f32aa5c8084b5f59000d1cb081f4c95c056f9cc346", kill_on_drop: false }` [INFO] [stdout] 6d4a75fa5aa82f6f3e80e5f32aa5c8084b5f59000d1cb081f4c95c056f9cc346 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+1.73.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1f9d037261ab505466e58ea75487c5d5d5af1afe079f5029bb3e328b2f2b7736 [INFO] running `Command { std: "docker" "start" "-a" "1f9d037261ab505466e58ea75487c5d5d5af1afe079f5029bb3e328b2f2b7736", kill_on_drop: false }` [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling sct v0.6.1 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling thiserror v1.0.44 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling thiserror-impl v1.0.44 [INFO] [stderr] Compiling x509-signature v0.5.0 [INFO] [stderr] Compiling rustls v0.19.1 [INFO] [stderr] Compiling webpki-roots v0.21.1 [INFO] [stderr] Compiling tokio v1.33.0 [INFO] [stderr] Compiling tokio-rustls v0.22.0 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling gemini-fetch v0.2.1 [INFO] [stderr] Compiling agate v3.3.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 18.05s [INFO] running `Command { std: "docker" "inspect" "1f9d037261ab505466e58ea75487c5d5d5af1afe079f5029bb3e328b2f2b7736", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f9d037261ab505466e58ea75487c5d5d5af1afe079f5029bb3e328b2f2b7736", kill_on_drop: false }` [INFO] [stdout] 1f9d037261ab505466e58ea75487c5d5d5af1afe079f5029bb3e328b2f2b7736 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+1.73.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] be9bff64bc0ab55942d39e1290d91c9351e2dac01d5f3b68e01be7256738b302 [INFO] running `Command { std: "docker" "start" "-a" "be9bff64bc0ab55942d39e1290d91c9351e2dac01d5f3b68e01be7256738b302", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/agate-4ab3c678199f4b20) [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] [stderr] Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-88b2b46629a20753) [INFO] [stdout] [INFO] [stdout] running 31 tests [INFO] [stdout] test explicit_tls_version ... ok [INFO] [stdout] test doubleglob ... ok [INFO] [stdout] test hostname_check ... ok [INFO] [stdout] test full_header_preset ... ok [INFO] [stdout] test index_page ... ok [INFO] [stdout] test glob ... ok [INFO] [stdout] test directory_listing::with_preamble ... ok [INFO] [stdout] test fragment ... ok [INFO] [stdout] test directory_listing::empty_preamble ... ok [INFO] [stdout] test directory_traversal_regression ... ok [INFO] [stdout] test index_page_unix ... ok [INFO] [stdout] test multicert::example_com ... ok [INFO] [stdout] test meta ... ok [INFO] [stdout] test percent_encode ... ok [INFO] [stdout] test multicert::key_missing - should panic ... ok [INFO] [stdout] test multicert::cert_missing - should panic ... ok [INFO] [stdout] test multicert::example_org ... ok [INFO] [stdout] test password ... ok [INFO] [stdout] test meta_param ... ok [INFO] [stdout] test secret_exists ... ok [INFO] [stdout] test secret_nonexistent ... ok [INFO] [stdout] test port_check_skipped ... ok [INFO] [stdout] test username ... ok [INFO] [stdout] test serve_secret_meta_config_subdir ... ok [INFO] [stdout] test serve_secret ... ok [INFO] [stdout] test serve_secret_meta_config ... ok [INFO] [stdout] test symlink_page ... ok [INFO] [stdout] test vhosts::example_com ... ok [INFO] [stdout] test port_check ... ok [INFO] [stdout] test symlink_directory ... ok [INFO] [stdout] test vhosts::example_org ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.43s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "be9bff64bc0ab55942d39e1290d91c9351e2dac01d5f3b68e01be7256738b302", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be9bff64bc0ab55942d39e1290d91c9351e2dac01d5f3b68e01be7256738b302", kill_on_drop: false }` [INFO] [stdout] be9bff64bc0ab55942d39e1290d91c9351e2dac01d5f3b68e01be7256738b302