[INFO] cloning repository https://github.com/GenomeDK/infod
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/GenomeDK/infod" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGenomeDK%2Finfod", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGenomeDK%2Finfod'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7b56a5afcf5f4d155211f365d2a1fca72fb22836
[INFO] building GenomeDK/infod against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGenomeDK%2Finfod" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/GenomeDK/infod
[INFO] finished tweaking git repo https://github.com/GenomeDK/infod
[INFO] tweaked toml for git repo https://github.com/GenomeDK/infod written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/GenomeDK/infod on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/GenomeDK/infod 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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded termcolor v1.2.0
[INFO] [stderr]   Downloaded libnss v0.5.0
[INFO] [stderr]   Downloaded zeroize v1.6.0
[INFO] [stderr]   Downloaded serde_json v1.0.106
[INFO] [stderr]   Downloaded syn v2.0.32
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cf2497d8219a2bf6e2ef574dcd3e1bb094a21a78d605a2ce2be1370e84d53c50
[INFO] running `Command { std: "docker" "start" "-a" "cf2497d8219a2bf6e2ef574dcd3e1bb094a21a78d605a2ce2be1370e84d53c50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cf2497d8219a2bf6e2ef574dcd3e1bb094a21a78d605a2ce2be1370e84d53c50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf2497d8219a2bf6e2ef574dcd3e1bb094a21a78d605a2ce2be1370e84d53c50", kill_on_drop: false }`
[INFO] [stdout] cf2497d8219a2bf6e2ef574dcd3e1bb094a21a78d605a2ce2be1370e84d53c50
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0003a4d6a18b5010e078ebb1627d5af22cd4f1d54c44c09928dbce2218c82325
[INFO] running `Command { std: "docker" "start" "-a" "0003a4d6a18b5010e078ebb1627d5af22cd4f1d54c44c09928dbce2218c82325", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.148
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling memchr v2.6.3
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling cpufeatures v0.2.9
[INFO] [stderr]    Compiling smallvec v1.11.0
[INFO] [stderr]    Compiling rustix v0.38.13
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling hashbrown v0.14.0
[INFO] [stderr]    Compiling eyre v0.6.8
[INFO] [stderr]    Compiling gimli v0.28.0
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]    Compiling zeroize v1.6.0
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling serde_json v1.0.106
[INFO] [stderr]    Compiling tracing-core v0.1.31
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]    Compiling winnow v0.5.15
[INFO] [stderr]    Compiling aho-corasick v1.0.5
[INFO] [stderr]    Compiling object v0.32.1
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling rustc-demangle v0.1.23
[INFO] [stderr]    Compiling tracing-log v0.1.3
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling indexmap v2.0.0
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling syn v2.0.32
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling tracing-subscriber v0.3.17
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling regex-automata v0.3.8
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling termcolor v1.2.0
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling nix v0.27.1
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling poly1305 v0.8.0
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling libnss v0.5.0
[INFO] [stderr]    Compiling sha2 v0.10.7
[INFO] [stderr]    Compiling chacha20 v0.9.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling regex v1.9.5
[INFO] [stderr]    Compiling backoff v0.4.0
[INFO] [stderr]    Compiling env_logger v0.10.0
[INFO] [stderr]    Compiling serde_derive v1.0.188
[INFO] [stderr]    Compiling tracing-attributes v0.1.26
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling tracing-error v0.2.0
[INFO] [stderr]    Compiling color-spantrace v0.2.0
[INFO] [stderr]    Compiling color-eyre v0.6.2
[INFO] [stderr]    Compiling serde_spanned v0.6.3
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling toml v0.7.8
[INFO] [stderr]    Compiling infod_common v0.1.1 (/opt/rustwide/workdir/infod_common)
[INFO] [stderr]    Compiling infoctl v0.1.1 (/opt/rustwide/workdir/infoctl)
[INFO] [stderr]    Compiling infod_nss v0.1.0 (/opt/rustwide/workdir/infod_nss)
[INFO] [stderr]    Compiling infod_server v0.1.1 (/opt/rustwide/workdir/infod_server)
[INFO] [stderr]    Compiling infod_client v0.1.1 (/opt/rustwide/workdir/infod_client)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.28s
[INFO] running `Command { std: "docker" "inspect" "0003a4d6a18b5010e078ebb1627d5af22cd4f1d54c44c09928dbce2218c82325", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0003a4d6a18b5010e078ebb1627d5af22cd4f1d54c44c09928dbce2218c82325", kill_on_drop: false }`
[INFO] [stdout] 0003a4d6a18b5010e078ebb1627d5af22cd4f1d54c44c09928dbce2218c82325
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 744f0695774d5b1fbed3a649b454b029c5699dfb9633e198d18c228da1532291
[INFO] running `Command { std: "docker" "start" "-a" "744f0695774d5b1fbed3a649b454b029c5699dfb9633e198d18c228da1532291", kill_on_drop: false }`
[INFO] [stderr]    Compiling infod_common v0.1.1 (/opt/rustwide/workdir/infod_common)
[INFO] [stderr]    Compiling infod_nss v0.1.0 (/opt/rustwide/workdir/infod_nss)
[INFO] [stderr]    Compiling infod_client v0.1.1 (/opt/rustwide/workdir/infod_client)
[INFO] [stderr]    Compiling infod_server v0.1.1 (/opt/rustwide/workdir/infod_server)
[INFO] [stderr]    Compiling infoctl v0.1.1 (/opt/rustwide/workdir/infoctl)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.24s
[INFO] running `Command { std: "docker" "inspect" "744f0695774d5b1fbed3a649b454b029c5699dfb9633e198d18c228da1532291", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "744f0695774d5b1fbed3a649b454b029c5699dfb9633e198d18c228da1532291", kill_on_drop: false }`
[INFO] [stdout] 744f0695774d5b1fbed3a649b454b029c5699dfb9633e198d18c228da1532291
