[INFO] fetching crate yarte_derive 0.5.2... [INFO] checking yarte_derive-0.5.2 against master#73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de for pr-68325 [INFO] extracting crate yarte_derive 0.5.2 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate yarte_derive 0.5.2 on toolchain 73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de [INFO] running `"/workspace/cargo-home/bin/cargo" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "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-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+73f76b74efcaf21bd5424d87c66cd6ed7fe5c7de" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 9ddb0f70d818758b65726fa622426e49cbafb209275d4bc70ed876d7eb6b1fdf [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" "9ddb0f70d818758b65726fa622426e49cbafb209275d4bc70ed876d7eb6b1fdf"` [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] Checking content_inspector v0.2.4 [INFO] [stderr] Checking plist v0.4.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Checking error-chain v0.12.1 [INFO] [stderr] Checking console v0.7.7 [INFO] [stderr] Checking toolchain_find v0.1.4 [INFO] [stderr] Compiling darling_core v0.9.0 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Compiling bindgen v0.50.1 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling string_cache_codegen v0.5.1 [INFO] [stderr] Compiling darling_macro v0.9.0 [INFO] [stderr] Compiling darling v0.9.0 [INFO] [stderr] Compiling derive_builder_core v0.5.0 [INFO] [stderr] Compiling derive_builder v0.7.2 [INFO] [stderr] Checking yarte_parser v0.5.3 [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 html5ever v0.25.1 [INFO] [stderr] Compiling yarte_dom v0.5.3 [INFO] [stderr] Checking v_escape v0.7.4 [INFO] [stderr] Checking v_htmlescape v0.4.5 [INFO] [stderr] Checking onig v5.0.0 [INFO] [stderr] Compiling markup5ever v0.10.0 [INFO] [stderr] Checking yarte_config v0.5.3 [INFO] [stderr] Checking yarte_helpers v0.5.3 [INFO] [stderr] Checking syntect v3.3.0 [INFO] [stderr] Checking yarte_hir v0.5.3 [INFO] [stderr] Checking prettyprint v0.7.1 [INFO] [stderr] Checking yarte_codegen v0.5.3 [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: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[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 previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0061`. [INFO] [stderr] error: aborting due to previous error [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: could not compile `yarte_derive`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9ddb0f70d818758b65726fa622426e49cbafb209275d4bc70ed876d7eb6b1fdf"` [INFO] running `"docker" "rm" "-f" "9ddb0f70d818758b65726fa622426e49cbafb209275d4bc70ed876d7eb6b1fdf"` [INFO] [stdout] 9ddb0f70d818758b65726fa622426e49cbafb209275d4bc70ed876d7eb6b1fdf