[INFO] cloning repository https://github.com/loveyfore/rocket_example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/loveyfore/rocket_example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Floveyfore%2Frocket_example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Floveyfore%2Frocket_example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 407d33a136ad80f0d6ba9c1d92d794102c3ac921 [INFO] checking loveyfore/rocket_example against master#5dfe648b45659db8dd0a673a806bba3df84aa3af for pr-134273 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Floveyfore%2Frocket_example" "/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/loveyfore/rocket_example on toolchain 5dfe648b45659db8dd0a673a806bba3df84aa3af [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5dfe648b45659db8dd0a673a806bba3df84aa3af" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/loveyfore/rocket_example [INFO] finished tweaking git repo https://github.com/loveyfore/rocket_example [INFO] tweaked toml for git repo https://github.com/loveyfore/rocket_example written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/loveyfore/rocket_example 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" "+5dfe648b45659db8dd0a673a806bba3df84aa3af" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded sea-orm-rocket v0.5.2 [INFO] [stderr] Downloaded sea-orm-rocket-codegen v0.5.0 [INFO] [stderr] Downloaded serde_derive v1.0.161 [INFO] [stderr] Downloaded rocket_dyn_templates v0.1.0-rc.3 [INFO] [stderr] Downloaded serde v1.0.161 [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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+5dfe648b45659db8dd0a673a806bba3df84aa3af" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0b343d6cdd4218bde160dd0ce0c6eff55c6251d17c862b903fa4c53e0b4f278b [INFO] running `Command { std: "docker" "start" "-a" "0b343d6cdd4218bde160dd0ce0c6eff55c6251d17c862b903fa4c53e0b4f278b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0b343d6cdd4218bde160dd0ce0c6eff55c6251d17c862b903fa4c53e0b4f278b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b343d6cdd4218bde160dd0ce0c6eff55c6251d17c862b903fa4c53e0b4f278b", kill_on_drop: false }` [INFO] [stdout] 0b343d6cdd4218bde160dd0ce0c6eff55c6251d17c862b903fa4c53e0b4f278b [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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+5dfe648b45659db8dd0a673a806bba3df84aa3af" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fe96ad069aca2c0db6bbdf33c968723ca389f6eff39313b2ac8038613c56e082 [INFO] running `Command { std: "docker" "start" "-a" "fe96ad069aca2c0db6bbdf33c968723ca389f6eff39313b2ac8038613c56e082", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: failed to get `sea-orm-rocket-codegen` as a dependency of package `sea-orm-rocket v0.5.2` [INFO] [stderr] ... which satisfies dependency `sea-orm-rocket = "^0.5.2"` (locked to 0.5.2) of package `rocket-example-web v0.1.0 (/opt/rustwide/workdir/web)` [INFO] [stderr] ... which satisfies path dependency `rocket-example-web` (locked to 0.1.0) of package `sea-orm-rocket-example v0.1.0 (/opt/rustwide/workdir)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] attempting to make an HTTP request, but --frozen was specified [INFO] running `Command { std: "docker" "inspect" "fe96ad069aca2c0db6bbdf33c968723ca389f6eff39313b2ac8038613c56e082", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe96ad069aca2c0db6bbdf33c968723ca389f6eff39313b2ac8038613c56e082", kill_on_drop: false }` [INFO] [stdout] fe96ad069aca2c0db6bbdf33c968723ca389f6eff39313b2ac8038613c56e082