[INFO] updating cached repository https://github.com/maxsnew/cargo-dot
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 66e411929ac7c33817d838b3e651acac2e6b7690
[INFO] checking maxsnew/cargo-dot against try#13f916f63bc6575d5ff1f989237dfabe88981368 for pr-69880
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaxsnew%2Fcargo-dot" "/workspace/builds/worker-5/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/maxsnew/cargo-dot on toolchain 13f916f63bc6575d5ff1f989237dfabe88981368
[INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/maxsnew/cargo-dot
[INFO] finished tweaking git repo https://github.com/maxsnew/cargo-dot
[INFO] tweaked toml for git repo https://github.com/maxsnew/cargo-dot written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] crate git repo https://github.com/maxsnew/cargo-dot already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] error: the lock file /workspace/builds/worker-5/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr] Updating git repository `https://github.com/rust-lang/cargo`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Downloading crates ...
[INFO] [stderr] Downloaded git2-curl v0.14.0
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] b2c2d4b93bdb4a0e443f3949b4e932119caef76fe60de2fbf1d810afc32c96c5
[INFO] running `"docker" "start" "-a" "b2c2d4b93bdb4a0e443f3949b4e932119caef76fe60de2fbf1d810afc32c96c5"`
[INFO] [stderr] Compiling curl v0.4.28
[INFO] [stderr] Checking dot v0.1.4
[INFO] [stderr] Compiling im-rc v14.3.0
[INFO] [stderr] Checking jobserver v0.1.21
[INFO] [stderr] Checking tar v0.4.26
[INFO] [stderr] Compiling libnghttp2-sys v0.1.3
[INFO] [stderr] Compiling curl-sys v0.4.30+curl-7.69.1
[INFO] [stderr] Compiling libgit2-sys v0.12.0+0.99.0
[INFO] [stderr] Checking sized-chunks v0.5.3
[INFO] [stderr] Checking globset v0.4.5
[INFO] [stderr] Checking serde_json v1.0.48
[INFO] [stderr] Checking cargo-platform v0.1.1 (https://github.com/rust-lang/cargo#dcddf152)
[INFO] [stderr] Checking serde_ignored v0.1.1
[INFO] [stderr] Checking semver v0.9.0
[INFO] [stderr] Checking openssl v0.10.28
[INFO] [stderr] Checking flate2 v1.0.13
[INFO] [stderr] Checking ignore v0.4.12
[INFO] [stderr] Checking rustfix v0.5.0
[INFO] [stderr] Checking crypto-hash v0.3.4
[INFO] [stderr] Checking git2 v0.13.0
[INFO] [stderr] Checking crates-io v0.31.0 (https://github.com/rust-lang/cargo#dcddf152)
[INFO] [stderr] Checking git2-curl v0.14.0
[INFO] [stderr] Checking cargo v0.45.0 (https://github.com/rust-lang/cargo#dcddf152)
[INFO] [stderr] Checking cargo-dot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0425]: cannot find function `load_lockfile` in module `cargo::ops`
[INFO] [stderr] --> src/main.rs:59:32
[INFO] [stderr] |
[INFO] [stderr] 59 | let resolved = cargo::ops::load_lockfile(&lock_path, &src_id).unwrap()
[INFO] [stderr] | ^^^^^^^^^^^^^ help: a function with a similar name exists: `load_pkg_lockfile`
[INFO] [stderr] |
[INFO] [stderr] ::: /opt/rustwide/cargo-home/git/checkouts/cargo-e7ff1db891893a9e/dcddf15/src/cargo/ops/lockfile.rs:8:1
[INFO] [stderr] |
[INFO] [stderr] 8 | pub fn load_pkg_lockfile(ws: &Workspace<'_>) -> CargoResult