[INFO] fetching crate bonnibel 2.2.1... [INFO] checking bonnibel-2.2.1 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate bonnibel 2.2.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate bonnibel 2.2.1 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate bonnibel 2.2.1 [INFO] finished tweaking crates.io crate bonnibel 2.2.1 [INFO] tweaked toml for crates.io crate bonnibel 2.2.1 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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-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=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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 519669d30f1df5827a59bde87497d703316268a8de076b7b8cbbe98854855512 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "519669d30f1df5827a59bde87497d703316268a8de076b7b8cbbe98854855512"` [INFO] [stderr] Checking unic-common v0.9.0 [INFO] [stderr] Checking unic-char-range v0.9.0 [INFO] [stderr] Checking deunicode v0.4.3 [INFO] [stderr] Checking predicates-core v1.0.0 [INFO] [stderr] Compiling escargot v0.3.1 [INFO] [stderr] Checking normalize-line-endings v0.2.2 [INFO] [stderr] Checking treeline v0.1.0 [INFO] [stderr] Compiling libgit2-sys v0.8.2 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Checking float-cmp v0.4.0 [INFO] [stderr] Checking console v0.7.7 [INFO] [stderr] Checking indicatif v0.11.0 [INFO] [stderr] Checking chrono-tz v0.5.1 [INFO] [stderr] Checking clap-verbosity-flag v0.2.0 [INFO] [stderr] Checking exitfailure v0.5.1 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking unic-char-property v0.9.0 [INFO] [stderr] Checking unic-ucd-version v0.9.0 [INFO] [stderr] Checking slug v0.1.4 [INFO] [stderr] Checking predicates v1.0.1 [INFO] [stderr] Checking predicates-tree v1.0.0 [INFO] [stderr] Checking directories v2.0.2 [INFO] [stderr] Checking unic-ucd-segment v0.9.0 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Checking globset v0.4.4 [INFO] [stderr] Checking unic-segment v0.9.0 [INFO] [stderr] Checking assert_cmd v0.10.2 [INFO] [stderr] Checking ignore v0.4.10 [INFO] [stderr] Checking globwalk v0.7.1 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking reqwest v0.9.22 [INFO] [stderr] Checking tera v1.0.0-beta.17 [INFO] [stderr] Checking git2 v0.9.2 [INFO] [stderr] Checking bonnibel v2.2.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:184:64 [INFO] [stderr] | [INFO] [stderr] 184 | let contents = tera.render(template_file.as_str(), ctx) [INFO] [stderr] | ^^^ [INFO] [stderr] | | [INFO] [stderr] | expected reference, found struct `tera::context::Context` [INFO] [stderr] | help: consider borrowing here: `&ctx` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&tera::context::Context` [INFO] [stderr] found type `tera::context::Context` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:214:64 [INFO] [stderr] | [INFO] [stderr] 214 | let contents = tera.render(template_file.as_str(), ctx) [INFO] [stderr] | ^^^ [INFO] [stderr] | | [INFO] [stderr] | expected reference, found struct `tera::context::Context` [INFO] [stderr] | help: consider borrowing here: `&ctx` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&tera::context::Context` [INFO] [stderr] found type `tera::context::Context` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:268:54 [INFO] [stderr] | [INFO] [stderr] 268 | let contents = tera.render("build.ninja.j2", ctx) [INFO] [stderr] | ^^^ [INFO] [stderr] | | [INFO] [stderr] | expected reference, found struct `tera::context::Context` [INFO] [stderr] | help: consider borrowing here: `&ctx` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&tera::context::Context` [INFO] [stderr] found type `tera::context::Context` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:184:64 [INFO] [stderr] | [INFO] [stderr] 184 | let contents = tera.render(template_file.as_str(), ctx) [INFO] [stderr] | ^^^ [INFO] [stderr] | | [INFO] [stderr] | expected reference, found struct `tera::context::Context` [INFO] [stderr] | help: consider borrowing here: `&ctx` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&tera::context::Context` [INFO] [stderr] found type `tera::context::Context` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:214:64 [INFO] [stderr] | [INFO] [stderr] 214 | let contents = tera.render(template_file.as_str(), ctx) [INFO] [stderr] | ^^^ [INFO] [stderr] | | [INFO] [stderr] | expected reference, found struct `tera::context::Context` [INFO] [stderr] | help: consider borrowing here: `&ctx` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&tera::context::Context` [INFO] [stderr] found type `tera::context::Context` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:268:54 [INFO] [stderr] | [INFO] [stderr] 268 | let contents = tera.render("build.ninja.j2", ctx) [INFO] [stderr] | ^^^ [INFO] [stderr] | | [INFO] [stderr] | expected reference, found struct `tera::context::Context` [INFO] [stderr] | help: consider borrowing here: `&ctx` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&tera::context::Context` [INFO] [stderr] found type `tera::context::Context` [INFO] [stderr] [INFO] [stderr] error: could not compile `bonnibel`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `bonnibel`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "519669d30f1df5827a59bde87497d703316268a8de076b7b8cbbe98854855512"` [INFO] running `"docker" "rm" "-f" "519669d30f1df5827a59bde87497d703316268a8de076b7b8cbbe98854855512"` [INFO] [stdout] 519669d30f1df5827a59bde87497d703316268a8de076b7b8cbbe98854855512