[INFO] cloning repository https://github.com/technolapin/vornoi [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/technolapin/vornoi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftechnolapin%2Fvornoi"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftechnolapin%2Fvornoi'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] cd88e433400c1628338181267e3a45e3b6a867a4 [INFO] checking technolapin/vornoi against try#1a399c10897767c36d147199696c96f193034e49 for pr-72644 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftechnolapin%2Fvornoi" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/technolapin/vornoi on toolchain 1a399c10897767c36d147199696c96f193034e49 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a399c10897767c36d147199696c96f193034e49" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/technolapin/vornoi [INFO] finished tweaking git repo https://github.com/technolapin/vornoi [INFO] tweaked toml for git repo https://github.com/technolapin/vornoi written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/technolapin/vornoi already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a399c10897767c36d147199696c96f193034e49" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+1a399c10897767c36d147199696c96f193034e49" "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] 3c9a1942a554d181c33f78a2e48990c754e8578bde304da6c8b9a50536b57553 [INFO] running `"docker" "start" "-a" "3c9a1942a554d181c33f78a2e48990c754e8578bde304da6c8b9a50536b57553"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling syn v0.15.30 [INFO] [stderr] Compiling num-derive v0.2.4 [INFO] [stderr] Checking either v1.5.2 [INFO] [stderr] Checking safe-transmute v0.10.1 [INFO] [stderr] Checking inflate v0.4.5 [INFO] [stderr] Checking num_cpus v1.10.0 [INFO] [stderr] Checking crossbeam-epoch v0.3.1 [INFO] [stderr] Checking deflate v0.7.19 [INFO] [stderr] Checking crossbeam-deque v0.2.0 [INFO] [stderr] Checking rayon-core v1.4.1 [INFO] [stderr] Checking png v0.14.0 [INFO] [stderr] Checking rayon v1.0.3 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Checking jpeg-decoder v0.1.15 [INFO] [stderr] Checking tiff v0.2.2 [INFO] [stderr] Checking image v0.21.0 [INFO] [stderr] Checking voroid v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `rand::random` [INFO] [stderr] --> src/main.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use rand::random; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `rand::random` [INFO] [stderr] --> src/main.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use rand::random; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied [INFO] [stderr] --> src/main.rs:118:9 [INFO] [stderr] | [INFO] [stderr] 78 | fn make_image(mat: &[[i32; H]], name: String) [INFO] [stderr] | --------------------------------------------- defined here [INFO] [stderr] ... [INFO] [stderr] 118 | make_image( [INFO] [stderr] | ^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 119 | &mat, [INFO] [stderr] | ---- supplied 1 argument [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `voroid`. [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[E0061]: this function takes 2 arguments but 1 argument was supplied [INFO] [stderr] --> src/main.rs:118:9 [INFO] [stderr] | [INFO] [stderr] 78 | fn make_image(mat: &[[i32; H]], name: String) [INFO] [stderr] | --------------------------------------------- defined here [INFO] [stderr] ... [INFO] [stderr] 118 | make_image( [INFO] [stderr] | ^^^^^^^^^^ expected 2 arguments [INFO] [stderr] 119 | &mat, [INFO] [stderr] | ---- supplied 1 argument [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0061`. [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "3c9a1942a554d181c33f78a2e48990c754e8578bde304da6c8b9a50536b57553"` [INFO] running `"docker" "rm" "-f" "3c9a1942a554d181c33f78a2e48990c754e8578bde304da6c8b9a50536b57553"` [INFO] [stdout] 3c9a1942a554d181c33f78a2e48990c754e8578bde304da6c8b9a50536b57553