[INFO] cloning repository https://github.com/Svring/devpod
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Svring/devpod" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSvring%2Fdevpod", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSvring%2Fdevpod'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5e192ad93ad31f91d14ff642079139b3d6274a70
[INFO] checking Svring/devpod against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSvring%2Fdevpod" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Svring/devpod
[INFO] finished tweaking git repo https://github.com/Svring/devpod
[INFO] tweaked toml for git repo https://github.com/Svring/devpod written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Svring/devpod on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Svring/devpod 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rfc7239 v0.1.3
[INFO] [stderr]   Downloaded wildmatch v2.4.0
[INFO] [stderr]   Downloaded poem-derive v3.1.11
[INFO] [stderr]   Downloaded const-sha1 v0.2.0
[INFO] [stderr]   Downloaded poem-openapi-derive v5.1.15
[INFO] [stderr]   Downloaded shell-escape v0.1.5
[INFO] [stderr]   Downloaded serde_ignored v0.1.12
[INFO] [stderr]   Downloaded supports-color v1.3.1
[INFO] [stderr]   Downloaded poem v3.1.11
[INFO] [stderr]   Downloaded cross v0.2.5
[INFO] [stderr]   Downloaded poem-openapi v5.1.15
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5f964165351dbb667fdcffa8143be078f617100e13b76b45d4cc975736f808d6
[INFO] running `Command { std: "docker" "start" "5f964165351dbb667fdcffa8143be078f617100e13b76b45d4cc975736f808d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5f964165351dbb667fdcffa8143be078f617100e13b76b45d4cc975736f808d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5f964165351dbb667fdcffa8143be078f617100e13b76b45d4cc975736f808d6" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5f964165351dbb667fdcffa8143be078f617100e13b76b45d4cc975736f808d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5f964165351dbb667fdcffa8143be078f617100e13b76b45d4cc975736f808d6" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]     Checking indexmap v2.10.0
[INFO] [stderr]     Checking slab v0.4.10
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling winnow v0.7.11
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling owo-colors v4.2.2
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking headers-core v0.3.0
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking rustc-demangle v0.1.25
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]     Checking is_ci v1.2.0
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]     Checking os_str_bytes v6.6.1
[INFO] [stderr]     Checking rfc7239 v0.1.3
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking headers v0.4.1
[INFO] [stderr]    Compiling cross v0.2.5
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]     Checking wildmatch v2.4.0
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]     Checking home v0.5.11
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]     Checking rustc_version v0.4.1
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking shell-words v1.1.0
[INFO] [stderr]     Checking const-sha1 v0.2.0
[INFO] [stderr]     Checking shell-escape v0.1.5
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking supports-color v1.3.1
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking tempfile v3.20.0
[INFO] [stderr]     Checking owo-colors v3.5.0
[INFO] [stderr]     Checking directories v4.0.1
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking which v4.4.2
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking addr2line v0.24.2
[INFO] [stderr]     Checking ctrlc v3.4.7
[INFO] [stderr]    Compiling clap_derive v3.2.25
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]     Checking backtrace v0.3.75
[INFO] [stderr]     Checking tokio v1.45.1
[INFO] [stderr]     Checking clap v3.2.25
[INFO] [stderr]    Compiling poem-derive v3.1.11
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking color-eyre v0.6.5
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling poem-openapi-derive v5.1.15
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking quick-xml v0.36.2
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking serde_ignored v0.1.12
[INFO] [stderr]     Checking tokio-util v0.7.15
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking h2 v0.4.10
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking hyper-util v0.1.14
[INFO] [stderr]     Checking poem v3.1.11
[INFO] [stderr]     Checking poem-openapi v5.1.15
[INFO] [stderr]     Checking devpod v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused dependency `cross`
[INFO] [stderr]  --> Cargo.toml:2:1
[INFO] [stderr]   |
[INFO] [stderr] 2 | cross = "0.2.5"
[INFO] [stderr]   | ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `cross`
[INFO] [stderr] warning: `devpod` (manifest) generated 1 warning
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.00s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: cross v0.2.5, nix v0.30.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 6`
[INFO] running `Command { std: "docker" "inspect" "5f964165351dbb667fdcffa8143be078f617100e13b76b45d4cc975736f808d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f964165351dbb667fdcffa8143be078f617100e13b76b45d4cc975736f808d6", kill_on_drop: false }`
[INFO] [stdout] 5f964165351dbb667fdcffa8143be078f617100e13b76b45d4cc975736f808d6
