[INFO] cloning repository https://github.com/jdkaplan/squill
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jdkaplan/squill" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjdkaplan%2Fsquill", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjdkaplan%2Fsquill'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 31380851d1fa6db2dea33d866e5d4b6a650cd697
[INFO] checking jdkaplan/squill against try#a7b168ac4977e8e93a43448b44847adaa305d5a9 for pr-150557
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjdkaplan%2Fsquill" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jdkaplan/squill
[INFO] finished tweaking git repo https://github.com/jdkaplan/squill
[INFO] tweaked toml for git repo https://github.com/jdkaplan/squill written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jdkaplan/squill on toolchain a7b168ac4977e8e93a43448b44847adaa305d5a9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a7b168ac4977e8e93a43448b44847adaa305d5a9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jdkaplan/squill 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" "+a7b168ac4977e8e93a43448b44847adaa305d5a9" "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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7b168ac4977e8e93a43448b44847adaa305d5a9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c55724e63592bf014ff9d8282e170a04074170a4e89793d06779ac7a725231c9
[INFO] running `Command { std: "docker" "start" "-a" "c55724e63592bf014ff9d8282e170a04074170a4e89793d06779ac7a725231c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c55724e63592bf014ff9d8282e170a04074170a4e89793d06779ac7a725231c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c55724e63592bf014ff9d8282e170a04074170a4e89793d06779ac7a725231c9", kill_on_drop: false }`
[INFO] [stdout] c55724e63592bf014ff9d8282e170a04074170a4e89793d06779ac7a725231c9
[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" "-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+a7b168ac4977e8e93a43448b44847adaa305d5a9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9bfac90019fb9ec94c223a89e381e82c71272341b5d825dedd0e3736db44ebe8
[INFO] running `Command { std: "docker" "start" "-a" "9bfac90019fb9ec94c223a89e381e82c71272341b5d825dedd0e3736db44ebe8", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]    Compiling cc v1.1.28
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling rustls v0.23.14
[INFO] [stderr]    Compiling rustls-pki-types v1.9.0
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]    Compiling bytes v1.7.2
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking indexmap v2.6.0
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling cpufeatures v0.2.14
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling hashbrown v0.15.0
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]    Compiling sqlformat v0.2.6
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]     Checking regex-automata v0.4.8
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling event-listener v5.3.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling webpki-roots v0.26.6
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling unicode-properties v0.1.3
[INFO] [stderr]    Compiling tokio v1.40.0
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]    Compiling pest v2.7.13
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking bstr v1.10.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling whoami v1.5.2
[INFO] [stderr]    Compiling fastrand v2.1.1
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]     Checking globset v0.4.15
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling pest_meta v2.7.13
[INFO] [stderr]     Checking ignore v0.4.23
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling tempfile v3.13.0
[INFO] [stderr]     Checking anstyle-parse v0.2.5
[INFO] [stderr]     Checking globwalk v0.9.1
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking colorchoice v1.0.2
[INFO] [stderr]     Checking anstyle v1.0.8
[INFO] [stderr]     Checking anstyle-query v1.1.1
[INFO] [stderr]    Compiling pest_generator v2.7.13
[INFO] [stderr]    Compiling anyhow v1.0.89
[INFO] [stderr]     Checking toml_edit v0.22.22
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]     Checking anstream v0.6.15
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]     Checking bytecount v0.6.8
[INFO] [stderr]     Checking clap_lex v0.7.2
[INFO] [stderr]     Checking unicode-width v0.1.11
[INFO] [stderr]     Checking papergrid v0.12.0
[INFO] [stderr]     Checking clap_builder v4.5.19
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking pear v0.2.9
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking uuid v1.10.0
[INFO] [stderr]    Compiling pest_derive v2.7.13
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]     Checking toml v0.8.19
[INFO] [stderr]     Checking tera v1.20.0
[INFO] [stderr]    Compiling tokio-stream v0.1.16
[INFO] [stderr]     Checking clap v4.5.19
[INFO] [stderr]    Compiling tabled_derive v0.8.0 (https://github.com/jdkaplan/tabled.git?rev=6462758e28619af0b578c37220b74e4e660e0d4f#6462758e)
[INFO] [stderr]     Checking sqlx-core v0.8.2
[INFO] [stderr]     Checking tabled v0.16.0 (https://github.com/jdkaplan/tabled.git?rev=6462758e28619af0b578c37220b74e4e660e0d4f#6462758e)
[INFO] [stderr]     Checking sqlx-postgres v0.8.2
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.2
[INFO] [stderr]    Compiling sqlx-macros v0.8.2
[INFO] [stderr]     Checking sqlx v0.8.2
[INFO] [stderr]     Checking squill v0.10.0 (/opt/rustwide/workdir/squill)
[INFO] [stderr]     Checking squill-cli v0.9.4 (/opt/rustwide/workdir/squill-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
[INFO] running `Command { std: "docker" "inspect" "9bfac90019fb9ec94c223a89e381e82c71272341b5d825dedd0e3736db44ebe8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9bfac90019fb9ec94c223a89e381e82c71272341b5d825dedd0e3736db44ebe8", kill_on_drop: false }`
[INFO] [stdout] 9bfac90019fb9ec94c223a89e381e82c71272341b5d825dedd0e3736db44ebe8
