[INFO] cloning repository https://github.com/gitbounties/backend [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gitbounties/backend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgitbounties%2Fbackend", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgitbounties%2Fbackend'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bd971912ee5abb7255dba0157d03889cefc6478f [INFO] checking gitbounties/backend against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgitbounties%2Fbackend" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gitbounties/backend on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gitbounties/backend [INFO] finished tweaking git repo https://github.com/gitbounties/backend [INFO] tweaked toml for git repo https://github.com/gitbounties/backend written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/gitbounties/backend 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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] warning: /workspace/builds/worker-5-tc1/source/crates/gitbounties_backend/Cargo.toml: unused manifest key: target.x86_64-unknown-linux-gnu.linker [INFO] [stderr] warning: /workspace/builds/worker-5-tc1/source/crates/gitbounties_backend/Cargo.toml: unused manifest key: target.x86_64-unknown-linux-gnu.rustflags [INFO] [stderr] Updating git repository `https://github.com/surrealdb/surrealdb.git` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded axum-extra v0.7.7 [INFO] [stderr] Downloaded futures-concurrency v7.4.1 [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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 67f869ae15caedec035007ab6fd37b59a8aee3d9cd4ac9da0dc3ffcbeb94727d [INFO] running `Command { std: "docker" "start" "-a" "67f869ae15caedec035007ab6fd37b59a8aee3d9cd4ac9da0dc3ffcbeb94727d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "67f869ae15caedec035007ab6fd37b59a8aee3d9cd4ac9da0dc3ffcbeb94727d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67f869ae15caedec035007ab6fd37b59a8aee3d9cd4ac9da0dc3ffcbeb94727d", kill_on_drop: false }` [INFO] [stdout] 67f869ae15caedec035007ab6fd37b59a8aee3d9cd4ac9da0dc3ffcbeb94727d [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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e62d2eb136ddd504f4fa1c90df3781d1ae1cc545edd75e7e9635edd6daa62388 [INFO] running `Command { std: "docker" "start" "-a" "e62d2eb136ddd504f4fa1c90df3781d1ae1cc545edd75e7e9635edd6daa62388", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] warning: /opt/rustwide/workdir/crates/gitbounties_backend/Cargo.toml: unused manifest key: target.x86_64-unknown-linux-gnu.linker [INFO] [stderr] warning: /opt/rustwide/workdir/crates/gitbounties_backend/Cargo.toml: unused manifest key: target.x86_64-unknown-linux-gnu.rustflags [INFO] [stderr] Updating git repository `https://github.com/surrealdb/surrealdb.git` [INFO] [stderr] error: failed to get `surrealdb` as a dependency of package `gitbounties_backend v0.1.0 (/opt/rustwide/workdir/crates/gitbounties_backend)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to load source for dependency `surrealdb` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] Unable to update https://github.com/surrealdb/surrealdb.git?tag=v1.0.0-beta.9+20230402 [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to fetch into: /opt/rustwide/cargo-home/git/db/surrealdb-8c51c5db53af7153 [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] attempting to update a git repository, but --frozen was specified [INFO] running `Command { std: "docker" "inspect" "e62d2eb136ddd504f4fa1c90df3781d1ae1cc545edd75e7e9635edd6daa62388", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e62d2eb136ddd504f4fa1c90df3781d1ae1cc545edd75e7e9635edd6daa62388", kill_on_drop: false }` [INFO] [stdout] e62d2eb136ddd504f4fa1c90df3781d1ae1cc545edd75e7e9635edd6daa62388 [INFO] checking gitbounties/backend against try#36dbcaee1a55543dfc181be52a69d99ff46ff62f for pr-122960-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgitbounties%2Fbackend" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gitbounties/backend on toolchain 36dbcaee1a55543dfc181be52a69d99ff46ff62f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gitbounties/backend [INFO] finished tweaking git repo https://github.com/gitbounties/backend [INFO] tweaked toml for git repo https://github.com/gitbounties/backend written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/gitbounties/backend 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" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/crates/gitbounties_backend/Cargo.toml: unused manifest key: target.x86_64-unknown-linux-gnu.linker [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/crates/gitbounties_backend/Cargo.toml: unused manifest key: target.x86_64-unknown-linux-gnu.rustflags [INFO] [stderr] Updating git repository `https://github.com/surrealdb/surrealdb.git` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c1ae0d4688d8079766fc33e6763002639a97fb5df647e27031ec5311ce817276 [INFO] running `Command { std: "docker" "start" "-a" "c1ae0d4688d8079766fc33e6763002639a97fb5df647e27031ec5311ce817276", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c1ae0d4688d8079766fc33e6763002639a97fb5df647e27031ec5311ce817276", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1ae0d4688d8079766fc33e6763002639a97fb5df647e27031ec5311ce817276", kill_on_drop: false }` [INFO] [stdout] c1ae0d4688d8079766fc33e6763002639a97fb5df647e27031ec5311ce817276 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 74c1333c5f083aad5a4d60260c8a20228c33a7b5b4e455903958119541b50daf [INFO] running `Command { std: "docker" "start" "-a" "74c1333c5f083aad5a4d60260c8a20228c33a7b5b4e455903958119541b50daf", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] no edition found in manifest, probably 2015, skipping [INFO] running `Command { std: "docker" "inspect" "74c1333c5f083aad5a4d60260c8a20228c33a7b5b4e455903958119541b50daf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "74c1333c5f083aad5a4d60260c8a20228c33a7b5b4e455903958119541b50daf", kill_on_drop: false }` [INFO] [stdout] 74c1333c5f083aad5a4d60260c8a20228c33a7b5b4e455903958119541b50daf