[INFO] crate r2d2_pulsar 0.1.3 is already in cache [INFO] checking r2d2_pulsar-0.1.3 against try#7cb06892a23b4da510686618c8730f0b2e8bd952 for pr-66963 [INFO] extracting crate r2d2_pulsar 0.1.3 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate r2d2_pulsar 0.1.3 on toolchain 7cb06892a23b4da510686618c8730f0b2e8bd952 [INFO] running `"/workspace/cargo-home/bin/cargo" "+7cb06892a23b4da510686618c8730f0b2e8bd952" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate r2d2_pulsar 0.1.3 [INFO] finished tweaking crates.io crate r2d2_pulsar 0.1.3 [INFO] tweaked toml for crates.io crate r2d2_pulsar 0.1.3 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+7cb06892a23b4da510686618c8730f0b2e8bd952" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+7cb06892a23b4da510686618c8730f0b2e8bd952" "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-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+7cb06892a23b4da510686618c8730f0b2e8bd952" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 229f15b71bbe7676326627fb7df45863cddb234706467d0611392bbcecc67834 [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" "229f15b71bbe7676326627fb7df45863cddb234706467d0611392bbcecc67834"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Checking socket2 v0.3.11 [INFO] [stderr] Checking parking_lot_core v0.7.0 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Checking resolv-conf v0.6.2 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking prost v0.4.0 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Checking tokio-reactor v0.1.11 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking parking_lot v0.10.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling prost-derive v0.4.0 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-udp v0.1.5 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking scheduled-thread-pool v0.2.3 [INFO] [stderr] Compiling prost-build v0.4.0 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Checking r2d2 v0.8.7 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking trust-dns-proto v0.7.4 [INFO] [stderr] Checking trust-dns-resolver v0.11.1 [INFO] [stderr] Compiling prost-types v0.4.0 [INFO] [stderr] Compiling pulsar v0.1.4 [INFO] [stderr] Checking r2d2_pulsar v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0061]: this function takes 3 parameters but 2 parameters were supplied [INFO] [stderr] --> src/lib.rs:91:24 [INFO] [stderr] | [INFO] [stderr] 91 | let send_1 = a.send_json("r2d2_test", &dataz.clone()); [INFO] [stderr] | ^^^^^^^^^ expected 3 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 parameters but 2 parameters were supplied [INFO] [stderr] --> src/lib.rs:92:24 [INFO] [stderr] | [INFO] [stderr] 92 | let send_2 = b.send_json("r2d2_test", &dataz.clone()); [INFO] [stderr] | ^^^^^^^^^ expected 3 parameters [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 `r2d2_pulsar`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "229f15b71bbe7676326627fb7df45863cddb234706467d0611392bbcecc67834"` [INFO] running `"docker" "rm" "-f" "229f15b71bbe7676326627fb7df45863cddb234706467d0611392bbcecc67834"` [INFO] [stdout] 229f15b71bbe7676326627fb7df45863cddb234706467d0611392bbcecc67834