[INFO] updating cached repository https://github.com/hoangpq/wa-perf [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] d593da1aa6659b7b3dc8d71d9e9749d78ce4864e [INFO] checking hoangpq/wa-perf against try#5e633973aa9255a88b65a39484627bb54e6044b3 for pr-66063 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhoangpq%2Fwa-perf" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 40% (25/62) Checking out files: 41% (26/62) Checking out files: 43% (27/62) Checking out files: 45% (28/62) Checking out files: 46% (29/62) Checking out files: 48% (30/62) Checking out files: 50% (31/62) Checking out files: 51% (32/62) Checking out files: 53% (33/62) Checking out files: 54% (34/62) Checking out files: 56% (35/62) Checking out files: 58% (36/62) Checking out files: 59% (37/62) Checking out files: 61% (38/62) Checking out files: 62% (39/62) Checking out files: 64% (40/62) Checking out files: 66% (41/62) Checking out files: 67% (42/62) Checking out files: 69% (43/62) Checking out files: 70% (44/62) Checking out files: 72% (45/62) Checking out files: 74% (46/62) Checking out files: 75% (47/62) Checking out files: 77% (48/62) Checking out files: 79% (49/62) Checking out files: 80% (50/62) Checking out files: 82% (51/62) Checking out files: 83% (52/62) Checking out files: 85% (53/62) Checking out files: 87% (54/62) Checking out files: 88% (55/62) Checking out files: 90% (56/62) Checking out files: 91% (57/62) Checking out files: 93% (58/62) Checking out files: 95% (59/62) Checking out files: 96% (60/62) Checking out files: 98% (61/62) Checking out files: 100% (62/62) Checking out files: 100% (62/62), done. [INFO] validating manifest of git repo https://github.com/hoangpq/wa-perf on toolchain 5e633973aa9255a88b65a39484627bb54e6044b3 [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/hoangpq/wa-perf [INFO] removed path dependency util from git repo https://github.com/hoangpq/wa-perf [INFO] finished tweaking git repo https://github.com/hoangpq/wa-perf [INFO] tweaked toml for git repo https://github.com/hoangpq/wa-perf written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/hoangpq/wa-perf already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (util) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-10/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (util) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=allow" "-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" "+5e633973aa9255a88b65a39484627bb54e6044b3" "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] 04db91d44cb67a129465d2100dba0959875e3d5c94363ee16851b728addab6ef [INFO] running `"docker" "start" "-a" "04db91d44cb67a129465d2100dba0959875e3d5c94363ee16851b728addab6ef"` [INFO] [stderr] warning: dependency (util) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking util v0.1.2 [INFO] [stderr] Checking sample-wa v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `util::Color` [INFO] [stderr] --> src/main.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use util::Color; [INFO] [stderr] | ^^^^^^^^^^^ no `Color` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `util::Color` [INFO] [stderr] --> src/main.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use util::Color; [INFO] [stderr] | ^^^^^^^^^^^ no `Color` in the root [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `sample-wa`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `sample-wa`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "04db91d44cb67a129465d2100dba0959875e3d5c94363ee16851b728addab6ef"` [INFO] running `"docker" "rm" "-f" "04db91d44cb67a129465d2100dba0959875e3d5c94363ee16851b728addab6ef"` [INFO] [stdout] 04db91d44cb67a129465d2100dba0959875e3d5c94363ee16851b728addab6ef