[INFO] cloning repository https://github.com/imaitland/blog [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/imaitland/blog" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimaitland%2Fblog", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimaitland%2Fblog'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cd0ce2c0f0611e2c7b4cc397d1418fc3591d9ba8 [INFO] testing imaitland/blog against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fimaitland%2Fblog" "/workspace/builds/worker-116/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-116/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/imaitland/blog on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/imaitland/blog [INFO] finished tweaking git repo https://github.com/imaitland/blog [INFO] tweaked toml for git repo https://github.com/imaitland/blog written to /workspace/builds/worker-116/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-116/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-116/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f8886f8dc599c1c0f76a38b63fc5fa7df987a7af56a891dd684f8dac93695c0e [INFO] running `Command { std: "docker" "start" "-a" "f8886f8dc599c1c0f76a38b63fc5fa7df987a7af56a891dd684f8dac93695c0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f8886f8dc599c1c0f76a38b63fc5fa7df987a7af56a891dd684f8dac93695c0e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8886f8dc599c1c0f76a38b63fc5fa7df987a7af56a891dd684f8dac93695c0e", kill_on_drop: false }` [INFO] [stdout] f8886f8dc599c1c0f76a38b63fc5fa7df987a7af56a891dd684f8dac93695c0e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-116/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-116/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5e4e8e7481a2a1f12c5931d06a86d89db1995c95cb3267d7c3433903cff2c17e [INFO] running `Command { std: "docker" "start" "-a" "5e4e8e7481a2a1f12c5931d06a86d89db1995c95cb3267d7c3433903cff2c17e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.108 [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling siphasher v0.3.7 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling mac v0.1.1 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling crc32fast v1.2.2 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling serde_json v1.0.71 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling pulldown-cmark v0.8.0 [INFO] [stderr] Compiling chunked_transfer v1.4.0 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling ascii v1.0.0 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling maud_htmlescape v0.17.1 [INFO] [stderr] Compiling sha1 v0.6.0 [INFO] [stderr] Compiling time v0.3.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling futf v0.1.4 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling tendril v0.4.2 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling gzip-header v0.3.0 [INFO] [stderr] Compiling deflate v0.9.1 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling filetime v0.2.15 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling multipart v0.18.0 [INFO] [stderr] Compiling string_cache_codegen v0.5.1 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling tiny_http v0.8.2 [INFO] [stderr] Compiling markup5ever v0.10.1 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling html5ever v0.25.1 [INFO] [stderr] Compiling maud_macros v0.22.3 [INFO] [stderr] Compiling maud v0.22.3 [INFO] [stderr] Compiling string_cache v0.8.2 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling rouille v3.4.0 [INFO] [stderr] Compiling xml5ever v0.16.2 [INFO] [stderr] Compiling markup5ever_rcdom v0.1.0 [INFO] [stderr] Compiling ammonia v3.1.2 [INFO] [stderr] Compiling blog v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `painting` [INFO] [stdout] --> src/main.rs:40:52 [INFO] [stdout] | [INFO] [stdout] 40 | (GET) ["/assets/paintings/{painting}", painting: String] => { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_painting` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `asset` [INFO] [stdout] --> src/main.rs:43:39 [INFO] [stdout] | [INFO] [stdout] 43 | (GET) ["/assets/{asset}", asset: String] => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_asset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.17s [INFO] running `Command { std: "docker" "inspect" "5e4e8e7481a2a1f12c5931d06a86d89db1995c95cb3267d7c3433903cff2c17e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e4e8e7481a2a1f12c5931d06a86d89db1995c95cb3267d7c3433903cff2c17e", kill_on_drop: false }` [INFO] [stdout] 5e4e8e7481a2a1f12c5931d06a86d89db1995c95cb3267d7c3433903cff2c17e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-116/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-116/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7130afadf9097395ffcab0c9c53b27bb809bc564c8b477c928ed4781cacc08d9 [INFO] running `Command { std: "docker" "start" "-a" "7130afadf9097395ffcab0c9c53b27bb809bc564c8b477c928ed4781cacc08d9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling blog v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `painting` [INFO] [stdout] --> src/main.rs:40:52 [INFO] [stdout] | [INFO] [stdout] 40 | (GET) ["/assets/paintings/{painting}", painting: String] => { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_painting` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `asset` [INFO] [stdout] --> src/main.rs:43:39 [INFO] [stdout] | [INFO] [stdout] 43 | (GET) ["/assets/{asset}", asset: String] => { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_asset` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.22s [INFO] running `Command { std: "docker" "inspect" "7130afadf9097395ffcab0c9c53b27bb809bc564c8b477c928ed4781cacc08d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7130afadf9097395ffcab0c9c53b27bb809bc564c8b477c928ed4781cacc08d9", kill_on_drop: false }` [INFO] [stdout] 7130afadf9097395ffcab0c9c53b27bb809bc564c8b477c928ed4781cacc08d9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-116/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-116/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d017162f8de1a55e5feb4a4eaa662c5c9945398fc5f6dde90a6f819c7c100c6e [INFO] running `Command { std: "docker" "start" "-a" "d017162f8de1a55e5feb4a4eaa662c5c9945398fc5f6dde90a6f819c7c100c6e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unused variable: `painting` [INFO] [stderr] --> src/main.rs:40:52 [INFO] [stderr] | [INFO] [stderr] 40 | (GET) ["/assets/paintings/{painting}", painting: String] => { [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_painting` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `asset` [INFO] [stderr] --> src/main.rs:43:39 [INFO] [stderr] | [INFO] [stderr] 43 | (GET) ["/assets/{asset}", asset: String] => { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_asset` [INFO] [stderr] [INFO] [stderr] warning: `blog` (bin "blog" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.38s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/blog-0df4a82e7efe4587) [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" "d017162f8de1a55e5feb4a4eaa662c5c9945398fc5f6dde90a6f819c7c100c6e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d017162f8de1a55e5feb4a4eaa662c5c9945398fc5f6dde90a6f819c7c100c6e", kill_on_drop: false }` [INFO] [stdout] d017162f8de1a55e5feb4a4eaa662c5c9945398fc5f6dde90a6f819c7c100c6e