[INFO] cloning repository https://github.com/EdBuilds/holobone [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EdBuilds/holobone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEdBuilds%2Fholobone"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEdBuilds%2Fholobone'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e542b6d681e52341f13c8b6cd2ef29bb8fc83baf [INFO] checking EdBuilds/holobone against master#e2223c94bf433fc38234d1303e88cbaf14755863 for pr-69548 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEdBuilds%2Fholobone" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/EdBuilds/holobone on toolchain e2223c94bf433fc38234d1303e88cbaf14755863 [INFO] running `"/workspace/cargo-home/bin/cargo" "+e2223c94bf433fc38234d1303e88cbaf14755863" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/EdBuilds/holobone [INFO] finished tweaking git repo https://github.com/EdBuilds/holobone [INFO] tweaked toml for git repo https://github.com/EdBuilds/holobone written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/EdBuilds/holobone already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e2223c94bf433fc38234d1303e88cbaf14755863" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+e2223c94bf433fc38234d1303e88cbaf14755863" "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] 20c5e069d5bac757648b6f4b6b3561a472c4b725f0a7e0ad5ced36f696321a9f [INFO] running `"docker" "start" "-a" "20c5e069d5bac757648b6f4b6b3561a472c4b725f0a7e0ad5ced36f696321a9f"` [INFO] [stderr] Checking xmlparser v0.13.0 [INFO] [stderr] Checking holobone v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `xmlparser::Token::Attribute` [INFO] [stderr] --> src/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use xmlparser::Token::Attribute; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `svgtypes::PathParser` [INFO] [stderr] --> src/tracer.rs:2:8 [INFO] [stderr] | [INFO] [stderr] 2 | use svgtypes::PathParser; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/tracer.rs:10:96 [INFO] [stderr] | [INFO] [stderr] 10 | pub fn generate2dtrace(path:&Vec, max_dev:&f64, max_vel:&f64, max_acc:&f64) -> Vec { [INFO] [stderr] | --------------- ^^^^^^^^^^^^^^^ expected struct `std::vec::Vec`, found `()` [INFO] [stderr] | | [INFO] [stderr] | implicitly returns `()` as its body has no tail or `return` expression [INFO] [stderr] | [INFO] [stderr] = note: expected struct `std::vec::Vec` [INFO] [stderr] found unit type `()` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `holobone`. [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] warning: unused import: `xmlparser::Token::Attribute` [INFO] [stderr] --> src/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use xmlparser::Token::Attribute; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `svgtypes::PathParser` [INFO] [stderr] --> src/tracer.rs:2:8 [INFO] [stderr] | [INFO] [stderr] 2 | use svgtypes::PathParser; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/tracer.rs:10:96 [INFO] [stderr] | [INFO] [stderr] 10 | pub fn generate2dtrace(path:&Vec, max_dev:&f64, max_vel:&f64, max_acc:&f64) -> Vec { [INFO] [stderr] | --------------- ^^^^^^^^^^^^^^^ expected struct `std::vec::Vec`, found `()` [INFO] [stderr] | | [INFO] [stderr] | implicitly returns `()` as its body has no tail or `return` expression [INFO] [stderr] | [INFO] [stderr] = note: expected struct `std::vec::Vec` [INFO] [stderr] found unit type `()` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `holobone`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "20c5e069d5bac757648b6f4b6b3561a472c4b725f0a7e0ad5ced36f696321a9f"` [INFO] running `"docker" "rm" "-f" "20c5e069d5bac757648b6f4b6b3561a472c4b725f0a7e0ad5ced36f696321a9f"` [INFO] [stdout] 20c5e069d5bac757648b6f4b6b3561a472c4b725f0a7e0ad5ced36f696321a9f