[INFO] fetching crate aci_ppm 0.7.0... [INFO] checking aci_ppm-0.7.0 against try#4662032ab74cd44d423120d08d251dfead4914a0 for pr-72788 [INFO] extracting crate aci_ppm 0.7.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate aci_ppm 0.7.0 on toolchain 4662032ab74cd44d423120d08d251dfead4914a0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+4662032ab74cd44d423120d08d251dfead4914a0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate aci_ppm 0.7.0 [INFO] finished tweaking crates.io crate aci_ppm 0.7.0 [INFO] tweaked toml for crates.io crate aci_ppm 0.7.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+4662032ab74cd44d423120d08d251dfead4914a0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+4662032ab74cd44d423120d08d251dfead4914a0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded aci_png v0.7.0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+4662032ab74cd44d423120d08d251dfead4914a0" "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] 9bcbbf350cc8ef44d878c19d18b1d4e0e240654dc0030c171a8836dcb5ed6406 [INFO] running `"docker" "start" "-a" "9bcbbf350cc8ef44d878c19d18b1d4e0e240654dc0030c171a8836dcb5ed6406"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking adler32 v1.0.4 [INFO] [stderr] Checking inflate v0.4.5 [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Checking aci_ppm v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking aci_png v0.7.0 [INFO] [stderr] error[E0425]: cannot find function `encode_mmd` in crate `aci_ppm` [INFO] [stderr] --> examples/png2mmd.rs:29:26 [INFO] [stderr] | [INFO] [stderr] 29 | output.extend(aci_ppm::encode_mmd(graphic, false)); [INFO] [stderr] | ^^^^^^^^^^ not found in `aci_ppm` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied [INFO] [stderr] --> examples/png2mmd.rs:28:17 [INFO] [stderr] | [INFO] [stderr] 28 | let graphic = aci_png::decode(&input).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ ------ supplied 1 argument [INFO] [stderr] | | [INFO] [stderr] | expected 2 arguments [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `aci_ppm`. [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[E0425]: cannot find function `encode` in crate `aci_ppm` [INFO] [stderr] --> examples/converter.rs:10:21 [INFO] [stderr] | [INFO] [stderr] 10 | let ppm = aci_ppm::encode(graphic.clone()); [INFO] [stderr] | ^^^^^^ help: a function with a similar name exists: `decode` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/workdir/src/lib.rs:206:1 [INFO] [stderr] | [INFO] [stderr] 206 | pub fn decode(file: &[u8], channels: ColorChannels) -> Option