[INFO] cloning repository https://github.com/FreeMasen/templates [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/FreeMasen/templates" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFreeMasen%2Ftemplates", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFreeMasen%2Ftemplates'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 698ed377511c312816c5e6243a0fd131c1619ba7 [INFO] checking FreeMasen/templates against master#5e3f1b148db5bfa27fee52464ae1f5d34c49d77b for pr-75502 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFreeMasen%2Ftemplates" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/FreeMasen/templates on toolchain 5e3f1b148db5bfa27fee52464ae1f5d34c49d77b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/FreeMasen/templates [INFO] finished tweaking git repo https://github.com/FreeMasen/templates [INFO] tweaked toml for git repo https://github.com/FreeMasen/templates written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/FreeMasen/templates already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bdb07acebf9a0009a50c960548b6a524e95fc3a1149170ad64717a28eafd251d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "bdb07acebf9a0009a50c960548b6a524e95fc3a1149170ad64717a28eafd251d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bdb07acebf9a0009a50c960548b6a524e95fc3a1149170ad64717a28eafd251d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bdb07acebf9a0009a50c960548b6a524e95fc3a1149170ad64717a28eafd251d", kill_on_drop: false }` [INFO] [stdout] bdb07acebf9a0009a50c960548b6a524e95fc3a1149170ad64717a28eafd251d [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 806285c2b28ad64997d3a0da92a7fab8430f53b39233434b8007c8a5301be456 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "806285c2b28ad64997d3a0da92a7fab8430f53b39233434b8007c8a5301be456", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Checking libc v0.2.42 [INFO] [stderr] Compiling serde v1.0.70 [INFO] [stderr] Compiling regex v1.0.2 [INFO] [stderr] Checking utf8-ranges v1.0.0 [INFO] [stderr] Checking itoa v0.4.2 [INFO] [stderr] Compiling pest v1.0.6 [INFO] [stderr] Checking quick-error v1.2.2 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Checking log v0.4.3 [INFO] [stderr] Checking walkdir v2.1.4 [INFO] [stderr] Checking thread_local v0.3.5 [INFO] [stderr] Compiling proc-macro2 v0.4.9 [INFO] [stderr] Compiling pest_derive v1.0.7 [INFO] [stderr] Compiling quote v0.6.4 [INFO] [stderr] Checking memchr v2.0.1 [INFO] [stderr] Compiling syn v0.14.5 [INFO] [stderr] Checking aho-corasick v0.6.6 [INFO] [stderr] Compiling serde_derive v1.0.70 [INFO] [stderr] Checking serde_json v1.0.24 [INFO] [stderr] Checking handlebars v1.0.0 [INFO] [stderr] Checking docopt v1.0.0 [INFO] [stderr] Checking templates v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | assert_eq!(r, vec!["stuff".to_string(), "and".to_string()]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `std::collections::HashSet`, found struct `std::vec::Vec` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `std::collections::HashSet` [INFO] [stdout] found struct `std::vec::Vec` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `templates`. [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: build failed [INFO] running `Command { std: "docker" "inspect" "806285c2b28ad64997d3a0da92a7fab8430f53b39233434b8007c8a5301be456", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "806285c2b28ad64997d3a0da92a7fab8430f53b39233434b8007c8a5301be456", kill_on_drop: false }` [INFO] [stdout] 806285c2b28ad64997d3a0da92a7fab8430f53b39233434b8007c8a5301be456