[INFO] updating cached repository https://github.com/slysonway/use-ppm [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] c0da4e8cf4a1be147567308a1a3fbf8ba116fed4 [INFO] checking slysonway/use-ppm against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fslysonway%2Fuse-ppm" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/slysonway/use-ppm on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/slysonway/use-ppm [INFO] removed path dependency ppm from git repo https://github.com/slysonway/use-ppm [INFO] finished tweaking git repo https://github.com/slysonway/use-ppm [INFO] tweaked toml for git repo https://github.com/slysonway/use-ppm written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/slysonway/use-ppm already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (ppm) 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-2/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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (ppm) 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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 237cece0aed97e032469d2081b47807e1567ed75912cea8593f3a21afe070478 [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" "237cece0aed97e032469d2081b47807e1567ed75912cea8593f3a21afe070478"` [INFO] [stderr] warning: dependency (ppm) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Checking ppm v0.1.0 [INFO] [stderr] Checking useppm v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `Pixel` in `ppm` [INFO] [stderr] --> src/main.rs:5:18 [INFO] [stderr] | [INFO] [stderr] 5 | let p = ppm::Pixel::new(255, 255, 255); [INFO] [stderr] | ^^^^^ could not find `Pixel` in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Pixel` in `ppm` [INFO] [stderr] --> src/main.rs:6:19 [INFO] [stderr] | [INFO] [stderr] 6 | let p1 = ppm::Pixel::new(30, 128, 255); [INFO] [stderr] | ^^^^^ could not find `Pixel` in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Pixel` in `ppm` [INFO] [stderr] --> src/main.rs:7:23 [INFO] [stderr] | [INFO] [stderr] 7 | let mut p2 = ppm::Pixel::new(100, 50, 75); [INFO] [stderr] | ^^^^^ could not find `Pixel` in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Pixel` in `ppm` [INFO] [stderr] --> src/main.rs:25:19 [INFO] [stderr] | [INFO] [stderr] 25 | let p3 = ppm::Pixel::new(1, 1, 1); [INFO] [stderr] | ^^^^^ could not find `Pixel` in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Pixel` in `ppm` [INFO] [stderr] --> src/main.rs:5:18 [INFO] [stderr] | [INFO] [stderr] 5 | let p = ppm::Pixel::new(255, 255, 255); [INFO] [stderr] | ^^^^^ could not find `Pixel` in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Pixel` in `ppm` [INFO] [stderr] --> src/main.rs:6:19 [INFO] [stderr] | [INFO] [stderr] 6 | let p1 = ppm::Pixel::new(30, 128, 255); [INFO] [stderr] | ^^^^^ could not find `Pixel` in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Pixel` in `ppm` [INFO] [stderr] --> src/main.rs:7:23 [INFO] [stderr] | [INFO] [stderr] 7 | let mut p2 = ppm::Pixel::new(100, 50, 75); [INFO] [stderr] | ^^^^^ could not find `Pixel` in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Pixel` in `ppm` [INFO] [stderr] --> src/main.rs:25:19 [INFO] [stderr] | [INFO] [stderr] 25 | let p3 = ppm::Pixel::new(1, 1, 1); [INFO] [stderr] | ^^^^^ could not find `Pixel` in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Image` in `ppm` [INFO] [stderr] --> src/main.rs:53:39 [INFO] [stderr] | [INFO] [stderr] 53 | let inverted_image = ppm::Image::invert(&image2); [INFO] [stderr] | ^^^^^ could not find `Image` in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Image` in `ppm` [INFO] [stderr] --> src/main.rs:53:39 [INFO] [stderr] | [INFO] [stderr] 53 | let inverted_image = ppm::Image::invert(&image2); [INFO] [stderr] | ^^^^^ could not find `Image` in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Pixel` in `ppm` [INFO] [stderr] --> src/main.rs:67:34 [INFO] [stderr] | [INFO] [stderr] 67 | let c: ppm::Pixel = ppm::Pixel::new(255, 0, 255); [INFO] [stderr] | ^^^^^ could not find `Pixel` in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Pixel` in `ppm` [INFO] [stderr] --> src/main.rs:67:34 [INFO] [stderr] | [INFO] [stderr] 67 | let c: ppm::Pixel = ppm::Pixel::new(255, 0, 255); [INFO] [stderr] | ^^^^^ could not find `Pixel` in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Image` in `ppm` [INFO] [stderr] --> src/main.rs:70:35 [INFO] [stderr] | [INFO] [stderr] 70 | let image3: ppm::Image = ppm::Image::new(colors, w, h); [INFO] [stderr] | ^^^^^ could not find `Image` in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Image` in `ppm` [INFO] [stderr] --> src/main.rs:74:10 [INFO] [stderr] | [INFO] [stderr] 74 | ppm::Image::save(&image3, save_path); [INFO] [stderr] | ^^^^^ could not find `Image` in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Image` in `ppm` [INFO] [stderr] --> src/main.rs:78:35 [INFO] [stderr] | [INFO] [stderr] 78 | let image4: ppm::Image = ppm::Image::invert(&image3); [INFO] [stderr] | ^^^^^ could not find `Image` in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Image` in `ppm` [INFO] [stderr] --> src/main.rs:80:10 [INFO] [stderr] | [INFO] [stderr] 80 | ppm::Image::save(&image4, save_path); [INFO] [stderr] | ^^^^^ could not find `Image` in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Image` in `ppm` [INFO] [stderr] --> src/main.rs:84:35 [INFO] [stderr] | [INFO] [stderr] 84 | let image5: ppm::Image = ppm::Image::grayscale(&image4); [INFO] [stderr] | ^^^^^ could not find `Image` in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Image` in `ppm` [INFO] [stderr] --> src/main.rs:86:10 [INFO] [stderr] | [INFO] [stderr] 86 | ppm::Image::save(&image5, save_path); [INFO] [stderr] | ^^^^^ could not find `Image` in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Image` in `ppm` [INFO] [stderr] --> src/main.rs:70:35 [INFO] [stderr] | [INFO] [stderr] 70 | let image3: ppm::Image = ppm::Image::new(colors, w, h); [INFO] [stderr] | ^^^^^ could not find `Image` in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Image` in `ppm` [INFO] [stderr] --> src/main.rs:74:10 [INFO] [stderr] | [INFO] [stderr] 74 | ppm::Image::save(&image3, save_path); [INFO] [stderr] | ^^^^^ could not find `Image` in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `new_with_file` in crate `ppm` [INFO] [stderr] --> src/main.rs:37:22 [INFO] [stderr] | [INFO] [stderr] 37 | let image = ppm::new_with_file(open_path); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `new_with_file` in crate `ppm` [INFO] [stderr] --> src/main.rs:49:23 [INFO] [stderr] | [INFO] [stderr] 49 | let image2 = ppm::new_with_file(open_path); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Pixel` in crate `ppm` [INFO] [stderr] --> src/main.rs:63:30 [INFO] [stderr] | [INFO] [stderr] 63 | let mut colors: Vec = Vec::new(); [INFO] [stderr] | ^^^^^ not found in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Pixel` in crate `ppm` [INFO] [stderr] --> src/main.rs:67:21 [INFO] [stderr] | [INFO] [stderr] 67 | let c: ppm::Pixel = ppm::Pixel::new(255, 0, 255); [INFO] [stderr] | ^^^^^ not found in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Image` in crate `ppm` [INFO] [stderr] --> src/main.rs:70:22 [INFO] [stderr] | [INFO] [stderr] 70 | let image3: ppm::Image = ppm::Image::new(colors, w, h); [INFO] [stderr] | ^^^^^ not found in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Image` in `ppm` [INFO] [stderr] --> src/main.rs:78:35 [INFO] [stderr] | [INFO] [stderr] 78 | let image4: ppm::Image = ppm::Image::invert(&image3); [INFO] [stderr] | ^^^^^ could not find `Image` in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Image` in crate `ppm` [INFO] [stderr] --> src/main.rs:78:22 [INFO] [stderr] | [INFO] [stderr] 78 | let image4: ppm::Image = ppm::Image::invert(&image3); [INFO] [stderr] | ^^^^^ not found in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Image` in crate `ppm` [INFO] [stderr] --> src/main.rs:84:22 [INFO] [stderr] | [INFO] [stderr] 84 | let image5: ppm::Image = ppm::Image::grayscale(&image4); [INFO] [stderr] | ^^^^^ not found in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Image` in `ppm` [INFO] [stderr] --> src/main.rs:80:10 [INFO] [stderr] | [INFO] [stderr] 80 | ppm::Image::save(&image4, save_path); [INFO] [stderr] | ^^^^^ could not find `Image` in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Image` in `ppm` [INFO] [stderr] --> src/main.rs:84:35 [INFO] [stderr] | [INFO] [stderr] 84 | let image5: ppm::Image = ppm::Image::grayscale(&image4); [INFO] [stderr] | ^^^^^ could not find `Image` in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Image` in `ppm` [INFO] [stderr] --> src/main.rs:86:10 [INFO] [stderr] | [INFO] [stderr] 86 | ppm::Image::save(&image5, save_path); [INFO] [stderr] | ^^^^^ could not find `Image` in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `new_with_file` in crate `ppm` [INFO] [stderr] --> src/main.rs:37:22 [INFO] [stderr] | [INFO] [stderr] 37 | let image = ppm::new_with_file(open_path); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `new_with_file` in crate `ppm` [INFO] [stderr] --> src/main.rs:49:23 [INFO] [stderr] | [INFO] [stderr] 49 | let image2 = ppm::new_with_file(open_path); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Pixel` in crate `ppm` [INFO] [stderr] --> src/main.rs:63:30 [INFO] [stderr] | [INFO] [stderr] 63 | let mut colors: Vec = Vec::new(); [INFO] [stderr] | ^^^^^ not found in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Pixel` in crate `ppm` [INFO] [stderr] --> src/main.rs:67:21 [INFO] [stderr] | [INFO] [stderr] 67 | let c: ppm::Pixel = ppm::Pixel::new(255, 0, 255); [INFO] [stderr] | ^^^^^ not found in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Image` in crate `ppm` [INFO] [stderr] --> src/main.rs:70:22 [INFO] [stderr] | [INFO] [stderr] 70 | let image3: ppm::Image = ppm::Image::new(colors, w, h); [INFO] [stderr] | ^^^^^ not found in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Image` in crate `ppm` [INFO] [stderr] --> src/main.rs:78:22 [INFO] [stderr] | [INFO] [stderr] 78 | let image4: ppm::Image = ppm::Image::invert(&image3); [INFO] [stderr] | ^^^^^ not found in `ppm` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Image` in crate `ppm` [INFO] [stderr] --> src/main.rs:84:22 [INFO] [stderr] | [INFO] [stderr] 84 | let image5: ppm::Image = ppm::Image::grayscale(&image4); [INFO] [stderr] | ^^^^^ not found in `ppm` [INFO] [stderr] [INFO] [stderr] error: aborting due to 19 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: aborting due to 19 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `useppm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `useppm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "237cece0aed97e032469d2081b47807e1567ed75912cea8593f3a21afe070478"` [INFO] running `"docker" "rm" "-f" "237cece0aed97e032469d2081b47807e1567ed75912cea8593f3a21afe070478"` [INFO] [stdout] 237cece0aed97e032469d2081b47807e1567ed75912cea8593f3a21afe070478