[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#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [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 fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] e6d06d3d1f090219252b7c43a97395736ddfec6a113e93fd7f5c7ff3e699074c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "e6d06d3d1f090219252b7c43a97395736ddfec6a113e93fd7f5c7ff3e699074c"` [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 derivative v1.0.3 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Checking pistoncore-input v0.23.0 [INFO] [stderr] Checking rayon v1.2.1 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking winit v0.18.1 [INFO] [stderr] Checking pistoncore-window v0.34.0 [INFO] [stderr] Checking tiff v0.2.2 [INFO] [stderr] Checking jpeg-decoder v0.1.18 [INFO] [stderr] Checking rayon_logs v0.1.2 [INFO] [stderr] Checking gfx_core v0.8.3 [INFO] [stderr] Checking image v0.20.1 [INFO] [stderr] Checking pistoncore-event_loop v0.39.0 [INFO] [stderr] Checking glutin v0.19.0 [INFO] [stderr] Checking piston v0.39.0 [INFO] [stderr] Checking pistoncore-glutin_window v0.51.1 [INFO] [stderr] Checking gfx v0.17.1 [INFO] [stderr] Checking gfx_device_gl v0.15.5 [INFO] [stderr] Checking piston-gfx_texture v0.34.0 [INFO] [stderr] Checking piston2d-gfx_graphics v0.54.0 [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] | [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: could not compile `rayon-logs-viewer`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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] | [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: could not compile `rayon-logs-viewer`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e6d06d3d1f090219252b7c43a97395736ddfec6a113e93fd7f5c7ff3e699074c"` [INFO] running `"docker" "rm" "-f" "e6d06d3d1f090219252b7c43a97395736ddfec6a113e93fd7f5c7ff3e699074c"` [INFO] [stdout] e6d06d3d1f090219252b7c43a97395736ddfec6a113e93fd7f5c7ff3e699074c