[INFO] cloning repository https://github.com/arickp/rust-people-db
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/arickp/rust-people-db" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farickp%2Frust-people-db", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farickp%2Frust-people-db'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c27ed9843948ee489678814e2d6373e591bf7c8d
[INFO] testing arickp/rust-people-db against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farickp%2Frust-people-db" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/arickp/rust-people-db
[INFO] finished tweaking git repo https://github.com/arickp/rust-people-db
[INFO] tweaked toml for git repo https://github.com/arickp/rust-people-db written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/arickp/rust-people-db on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/arickp/rust-people-db 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" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tabled_derive v0.7.0
[INFO] [stderr]   Downloaded newline-converter v0.2.2
[INFO] [stderr]   Downloaded serde v1.0.225
[INFO] [stderr]   Downloaded cairo-sys-rs v0.19.2
[INFO] [stderr]   Downloaded proc-macro-crate v2.0.2
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.103
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.103
[INFO] [stderr]   Downloaded serde_core v1.0.225
[INFO] [stderr]   Downloaded wasm-bindgen-backend v0.2.103
[INFO] [stderr]   Downloaded embed-resource v2.5.2
[INFO] [stderr]   Downloaded js-sys v0.3.80
[INFO] [stderr]   Downloaded cairo-rs v0.19.4
[INFO] [stderr]   Downloaded gio-sys v0.19.8
[INFO] [stderr]   Downloaded gtk4-sys v0.8.2
[INFO] [stderr]   Downloaded gdk4 v0.8.2
[INFO] [stderr]   Downloaded glib-macros v0.19.9
[INFO] [stderr]   Downloaded inquire v0.6.2
[INFO] [stderr]   Downloaded tabled v0.15.0
[INFO] [stderr]   Downloaded gdk4-sys v0.8.2
[INFO] [stderr]   Downloaded glib-sys v0.19.8
[INFO] [stderr]   Downloaded gio v0.19.8
[INFO] [stderr]   Downloaded glib v0.19.9
[INFO] [stderr]   Downloaded toml v0.8.2
[INFO] [stderr]   Downloaded pango-sys v0.19.8
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.103
[INFO] [stderr]   Downloaded gdk-pixbuf v0.19.8
[INFO] [stderr]   Downloaded graphene-rs v0.19.8
[INFO] [stderr]   Downloaded gsk4 v0.8.2
[INFO] [stderr]   Downloaded gtk4-macros v0.8.2
[INFO] [stderr]   Downloaded gobject-sys v0.19.8
[INFO] [stderr]   Downloaded pango v0.19.8
[INFO] [stderr]   Downloaded serde_derive v1.0.225
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.103
[INFO] [stderr]   Downloaded temp-dir v0.1.16
[INFO] [stderr]   Downloaded gtk4 v0.8.2
[INFO] [stderr]   Downloaded locale_config v0.3.0
[INFO] [stderr]   Downloaded graphene-sys v0.19.8
[INFO] [stderr]   Downloaded gsk4-sys v0.8.2
[INFO] [stderr]   Downloaded papergrid v0.11.0
[INFO] [stderr]   Downloaded gettext-rs v0.7.2
[INFO] [stderr]   Downloaded gdk-pixbuf-sys v0.19.8
[INFO] [stderr]   Downloaded windows-sys v0.61.0
[INFO] [stderr]   Downloaded gettext-sys v0.22.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5c6cf8aa23579f95c21dfbe1b281b2e5f4f7857b26e7971229820a8809c647b3
[INFO] running `Command { std: "docker" "start" "-a" "5c6cf8aa23579f95c21dfbe1b281b2e5f4f7857b26e7971229820a8809c647b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5c6cf8aa23579f95c21dfbe1b281b2e5f4f7857b26e7971229820a8809c647b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c6cf8aa23579f95c21dfbe1b281b2e5f4f7857b26e7971229820a8809c647b3", kill_on_drop: false }`
[INFO] [stdout] 5c6cf8aa23579f95c21dfbe1b281b2e5f4f7857b26e7971229820a8809c647b3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 42b674d2f28645a2d9de02bf5fa943db5ecf2a8a0d6ad02bc6c69fb8e58f6e16
[INFO] running `Command { std: "docker" "start" "-a" "42b674d2f28645a2d9de02bf5fa943db5ecf2a8a0d6ad02bc6c69fb8e58f6e16", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.225
[INFO] [stderr]    Compiling serde v1.0.225
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling version-compare v0.2.0
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling toml_parser v1.0.3
[INFO] [stderr]    Compiling toml_datetime v0.7.2
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling find-msvc-tools v0.1.2
[INFO] [stderr]    Compiling gio v0.19.8
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling temp-dir v0.1.16
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling cc v1.2.38
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling gio v0.18.4
[INFO] [stderr]    Compiling bytecount v0.6.9
[INFO] [stderr]    Compiling clap_builder v4.5.48
[INFO] [stderr]    Compiling papergrid v0.11.0
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling newline-converter v0.2.2
[INFO] [stderr]    Compiling cfg-expr v0.15.8
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling jiff v0.2.15
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling csv-core v0.1.12
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling toml_edit v0.23.6
[INFO] [stderr]    Compiling gettext-sys v0.22.5
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]    Compiling fd-lock v4.0.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling crossterm v0.25.0
[INFO] [stderr]    Compiling tabled_derive v0.7.0
[INFO] [stderr]    Compiling rustyline v14.0.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling glib-macros v0.19.9
[INFO] [stderr]    Compiling serde_derive v1.0.225
[INFO] [stderr]    Compiling gtk4-macros v0.8.2
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling toml_edit v0.20.2
[INFO] [stderr]    Compiling tabled v0.15.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling inquire v0.6.2
[INFO] [stderr]    Compiling locale_config v0.3.0
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling clap v4.5.48
[INFO] [stderr]    Compiling toml v0.8.2
[INFO] [stderr]    Compiling proc-macro-crate v2.0.2
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling system-deps v6.2.2
[INFO] [stderr]    Compiling embed-resource v2.5.2
[INFO] [stderr]    Compiling glib-macros v0.18.5
[INFO] [stderr]    Compiling rust-people-db v1.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling glib-sys v0.19.8
[INFO] [stderr]    Compiling gobject-sys v0.19.8
[INFO] [stderr]    Compiling gio-sys v0.19.8
[INFO] [stderr]    Compiling cairo-sys-rs v0.19.2
[INFO] [stderr]    Compiling pango-sys v0.19.8
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.19.8
[INFO] [stderr]    Compiling graphene-sys v0.19.8
[INFO] [stderr]    Compiling gdk4-sys v0.8.2
[INFO] [stderr]    Compiling glib-sys v0.18.1
[INFO] [stderr]    Compiling gsk4-sys v0.8.2
[INFO] [stderr]    Compiling gobject-sys v0.18.0
[INFO] [stderr]    Compiling gio-sys v0.18.1
[INFO] [stderr]    Compiling gtk4-sys v0.8.2
[INFO] [stderr]    Compiling glib v0.18.5
[INFO] [stderr]    Compiling glib v0.19.9
[INFO] [stderr]    Compiling cairo-rs v0.19.4
[INFO] [stderr]    Compiling graphene-rs v0.19.8
[INFO] [stderr]    Compiling pango v0.19.8
[INFO] [stderr]    Compiling gdk-pixbuf v0.19.8
[INFO] [stderr]    Compiling gdk4 v0.8.2
[INFO] [stderr]    Compiling gsk4 v0.8.2
[INFO] [stderr]    Compiling gtk4 v0.8.2
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "42b674d2f28645a2d9de02bf5fa943db5ecf2a8a0d6ad02bc6c69fb8e58f6e16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "42b674d2f28645a2d9de02bf5fa943db5ecf2a8a0d6ad02bc6c69fb8e58f6e16", kill_on_drop: false }`
[INFO] [stdout] 42b674d2f28645a2d9de02bf5fa943db5ecf2a8a0d6ad02bc6c69fb8e58f6e16
