[INFO] updating cached repository https://github.com/loovjo/drawmetry [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] 8dcd033c7524c5e0f3f79e05e8afe98ed81e0afc [INFO] checking loovjo/drawmetry against nightly-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Floovjo%2Fdrawmetry" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/loovjo/drawmetry on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/loovjo/drawmetry [INFO] finished tweaking git repo https://github.com/loovjo/drawmetry [INFO] tweaked toml for git repo https://github.com/loovjo/drawmetry written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/loovjo/drawmetry already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=allow" "-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" "+nightly-2019-10-27" "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] d6451d9160026ecd15a8f0065fe3e876e5d1d09200d075457b586692e92ebabc [INFO] running `"docker" "start" "-a" "d6451d9160026ecd15a8f0065fe3e876e5d1d09200d075457b586692e92ebabc"` [INFO] [stderr] Compiling sdl2-sys v0.31.0 [INFO] [stderr] Checking deflate v0.7.18 [INFO] [stderr] Checking num-integer v0.1.39 [INFO] [stderr] Checking ordered-float v1.0.1 [INFO] [stderr] Checking env_logger v0.5.12 [INFO] [stderr] Checking num-iter v0.1.37 [INFO] [stderr] Checking quickcheck v0.6.2 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking png v0.12.0 [INFO] [stderr] Checking sdl2 v0.31.0 [INFO] [stderr] Checking ytesrev v0.2.2 [INFO] [stderr] Checking drawmetry v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/backend/geometry.rs:466:45 [INFO] [stderr] | [INFO] [stderr] 466 | intersect_two_circles((3., 5.), 2., -1., (5., 2.)) [INFO] [stderr] | ^^^ expected tuple, found floating-point number [INFO] [stderr] | [INFO] [stderr] = note: expected type `(f64, f64)` [INFO] [stderr] found type `{float}` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/backend/geometry.rs:466:50 [INFO] [stderr] | [INFO] [stderr] 466 | intersect_two_circles((3., 5.), 2., -1., (5., 2.)) [INFO] [stderr] | ^^^^^^^^ expected f64, found tuple [INFO] [stderr] | [INFO] [stderr] = note: expected type `f64` [INFO] [stderr] found type `({float}, {float})` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 4 parameters but 6 parameters were supplied [INFO] [stderr] --> src/backend/geometry.rs:471:9 [INFO] [stderr] | [INFO] [stderr] 344 | / fn intersect_two_circles( [INFO] [stderr] 345 | | (x1, y1): (f64, f64), [INFO] [stderr] 346 | | r1: f64, [INFO] [stderr] 347 | | (x2, y2): (f64, f64), [INFO] [stderr] ... | [INFO] [stderr] 380 | | return IntersectionResult::Two((ix1, iy1), (ix2, iy2)); [INFO] [stderr] 381 | | } [INFO] [stderr] | |_- defined here [INFO] [stderr] ... [INFO] [stderr] 471 | intersect_two_circles(0., 0., 0., 1., 1., 0.), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 parameters [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `drawmetry`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d6451d9160026ecd15a8f0065fe3e876e5d1d09200d075457b586692e92ebabc"` [INFO] running `"docker" "rm" "-f" "d6451d9160026ecd15a8f0065fe3e876e5d1d09200d075457b586692e92ebabc"` [INFO] [stdout] d6451d9160026ecd15a8f0065fe3e876e5d1d09200d075457b586692e92ebabc