[INFO] crate yarte_derive 0.5.2 is already in cache [INFO] checking yarte_derive-0.5.2 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate yarte_derive 0.5.2 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate yarte_derive 0.5.2 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate yarte_derive 0.5.2 [INFO] finished tweaking crates.io crate yarte_derive 0.5.2 [INFO] tweaked toml for crates.io crate yarte_derive 0.5.2 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded yarte_html v0.5.4 [INFO] [stderr] Downloaded yarte_codegen v0.5.4 [INFO] [stderr] Downloaded yarte_dom v0.5.4 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 5b6e1446d6b3cbe15f9a939b48bd2214ed569d380ee350e2656cf8dd5d6ba745 [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" "5b6e1446d6b3cbe15f9a939b48bd2214ed569d380ee350e2656cf8dd5d6ba745"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling siphasher v0.3.1 [INFO] [stderr] Compiling ansi_colours v1.0.1 [INFO] [stderr] Checking annotate-snippets v0.6.1 [INFO] [stderr] Compiling proc-macro2 v1.0.8 [INFO] [stderr] Checking string_cache v0.8.0 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Checking bincode v1.2.1 [INFO] [stderr] Checking content_inspector v0.2.4 [INFO] [stderr] Checking plist v0.4.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Checking console v0.7.7 [INFO] [stderr] Checking toolchain_find v0.1.4 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling bindgen v0.50.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling string_cache_codegen v0.5.1 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Checking yarte_parser v0.5.4 [INFO] [stderr] Checking v_eval v0.2.0 [INFO] [stderr] Compiling onig_sys v69.2.0 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling v_escape_derive v0.5.6 [INFO] [stderr] Compiling yarte_html v0.5.4 [INFO] [stderr] Checking v_escape v0.7.4 [INFO] [stderr] Checking v_htmlescape v0.4.5 [INFO] [stderr] Compiling markup5ever v0.10.0 [INFO] [stderr] Checking yarte_config v0.5.4 [INFO] [stderr] Checking yarte_helpers v0.5.4 [INFO] [stderr] Checking onig v5.0.0 [INFO] [stderr] Checking syntect v3.3.0 [INFO] [stderr] Checking yarte_hir v0.5.4 [INFO] [stderr] Checking prettyprint v0.7.1 [INFO] [stderr] Checking yarte_dom v0.5.4 [INFO] [stderr] Checking yarte_codegen v0.5.4 [INFO] [stderr] Checking yarte_derive v0.5.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/lib.rs:76:32 [INFO] [stderr] | [INFO] [stderr] 76 | Mode::WASM => Box::new(client::WASMCodeGen::new(config, s)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/lib.rs:77:38 [INFO] [stderr] | [INFO] [stderr] 77 | Mode::WASMServer => Box::new(server::WASMCodeGen::new(config, s)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `yarte_derive`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/lib.rs:76:32 [INFO] [stderr] | [INFO] [stderr] 76 | Mode::WASM => Box::new(client::WASMCodeGen::new(config, s)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 2 parameters were supplied [INFO] [stderr] --> src/lib.rs:77:38 [INFO] [stderr] | [INFO] [stderr] 77 | Mode::WASMServer => Box::new(server::WASMCodeGen::new(config, s)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `yarte_derive`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5b6e1446d6b3cbe15f9a939b48bd2214ed569d380ee350e2656cf8dd5d6ba745"` [INFO] running `"docker" "rm" "-f" "5b6e1446d6b3cbe15f9a939b48bd2214ed569d380ee350e2656cf8dd5d6ba745"` [INFO] [stdout] 5b6e1446d6b3cbe15f9a939b48bd2214ed569d380ee350e2656cf8dd5d6ba745