[INFO] updating cached repository https://github.com/wagnerf42/rayon-logs-viewer [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] e373ad7d11a1cbd475d3d40c879598a9d35a850a [INFO] checking wagnerf42/rayon-logs-viewer against master#b61e69433951e31f7bd746e22f516a48ad41623b for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwagnerf42%2Frayon-logs-viewer" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wagnerf42/rayon-logs-viewer on toolchain b61e69433951e31f7bd746e22f516a48ad41623b [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/wagnerf42/rayon-logs-viewer [INFO] removed path dependency rayon_logs from git repo https://github.com/wagnerf42/rayon-logs-viewer [INFO] finished tweaking git repo https://github.com/wagnerf42/rayon-logs-viewer [INFO] tweaked toml for git repo https://github.com/wagnerf42/rayon-logs-viewer written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/wagnerf42/rayon-logs-viewer already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (rayon_logs) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-4/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" "+b61e69433951e31f7bd746e22f516a48ad41623b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (rayon_logs) 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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+b61e69433951e31f7bd746e22f516a48ad41623b" "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] 4cee6feeaf04cfb59c567e19d004f9e355364df32a311f566dc462219745bbd1 [INFO] running `"docker" "start" "-a" "4cee6feeaf04cfb59c567e19d004f9e355364df32a311f566dc462219745bbd1"` [INFO] [stderr] warning: dependency (rayon_logs) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling glutin v0.19.0 [INFO] [stderr] Checking pistoncore-input v0.23.0 [INFO] [stderr] Checking piston2d-graphics v0.28.0 [INFO] [stderr] Checking rayon_logs v0.1.2 [INFO] [stderr] Checking image v0.20.1 [INFO] [stderr] Checking winit v0.18.1 [INFO] [stderr] Checking pistoncore-window v0.34.0 [INFO] [stderr] Checking piston-gfx_texture v0.34.0 [INFO] [stderr] Checking pistoncore-event_loop v0.39.0 [INFO] [stderr] Checking piston2d-gfx_graphics v0.54.0 [INFO] [stderr] Checking piston v0.39.0 [INFO] [stderr] Checking pistoncore-glutin_window v0.51.1 [INFO] [stderr] Checking piston_window v0.85.0 [INFO] [stderr] Checking rayon-logs-viewer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0412]: cannot find type `Rectangle` in crate `rayon_logs` [INFO] [stderr] --> src/main.rs:15:21 [INFO] [stderr] | [INFO] [stderr] 15 | r: &rayon_logs::Rectangle, [INFO] [stderr] | ^^^^^^^^^ not found in `rayon_logs` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use piston_window::Rectangle; [INFO] [stderr] | [INFO] [stderr] 1 | use piston_window::rectangle::Rectangle; [INFO] [stderr] | [INFO] [stderr] 1 | use piston_window::types::Rectangle; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Rectangle` in crate `rayon_logs` [INFO] [stderr] --> src/main.rs:15:21 [INFO] [stderr] | [INFO] [stderr] 15 | r: &rayon_logs::Rectangle, [INFO] [stderr] | ^^^^^^^^^ not found in `rayon_logs` [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use piston_window::Rectangle; [INFO] [stderr] | [INFO] [stderr] 1 | use piston_window::rectangle::Rectangle; [INFO] [stderr] | [INFO] [stderr] 1 | use piston_window::types::Rectangle; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0412`. [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `rayon-logs-viewer`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rayon-logs-viewer`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4cee6feeaf04cfb59c567e19d004f9e355364df32a311f566dc462219745bbd1"` [INFO] running `"docker" "rm" "-f" "4cee6feeaf04cfb59c567e19d004f9e355364df32a311f566dc462219745bbd1"` [INFO] [stdout] 4cee6feeaf04cfb59c567e19d004f9e355364df32a311f566dc462219745bbd1