[INFO] crate shipliftExp 0.5.2 is already in cache [INFO] checking shipliftExp-0.5.2 against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] extracting crate shipliftExp 0.5.2 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate shipliftExp 0.5.2 on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate shipliftExp 0.5.2 [INFO] finished tweaking crates.io crate shipliftExp 0.5.2 [INFO] tweaked toml for crates.io crate shipliftExp 0.5.2 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate shipliftExp 0.5.2 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] dcef53649dee224b0ccf244a26519f18acdfd566a242823a835f914511c5057d [INFO] running `"docker" "start" "-a" "dcef53649dee224b0ccf244a26519f18acdfd566a242823a835f914511c5057d"` [INFO] [stderr] Compiling hyper-openssl v0.7.1 [INFO] [stderr] Compiling openssl-src v111.6.0+1.1.1d [INFO] [stderr] Checking linked_hash_set v0.1.3 [INFO] [stderr] Checking xattr v0.2.2 [INFO] [stderr] Checking filetime v0.2.7 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking flate2 v1.0.12 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Checking tar v0.4.26 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking http v0.1.18 [INFO] [stderr] Checking tokio-buf v0.1.1 [INFO] [stderr] Checking string v0.2.1 [INFO] [stderr] Compiling openssl-sys v0.9.51 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking tokio-reactor v0.1.10 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking tokio-threadpool v0.1.16 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-udp v0.1.5 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking h2 v0.1.26 [INFO] [stderr] Checking http-body v0.1.0 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Checking hyperlocal v0.6.0 [INFO] [stderr] Compiling openssl v0.10.25 [INFO] [stderr] Checking tokio-openssl v0.3.0 [INFO] [stderr] Checking shipliftExp v0.5.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/builder.rs:1678:14 [INFO] [stderr] | [INFO] [stderr] 688 | / pub fn expose( [INFO] [stderr] 689 | | &mut self, [INFO] [stderr] 690 | | srcport: u32, [INFO] [stderr] 691 | | protocol: &str, [INFO] [stderr] ... | [INFO] [stderr] 724 | | self [INFO] [stderr] 725 | | } [INFO] [stderr] | |_____- defined here [INFO] [stderr] ... [INFO] [stderr] 1678 | .expose(80, "tcp", 8080) [INFO] [stderr] | ^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/builder.rs:1686:14 [INFO] [stderr] | [INFO] [stderr] 688 | / pub fn expose( [INFO] [stderr] 689 | | &mut self, [INFO] [stderr] 690 | | srcport: u32, [INFO] [stderr] 691 | | protocol: &str, [INFO] [stderr] ... | [INFO] [stderr] 724 | | self [INFO] [stderr] 725 | | } [INFO] [stderr] | |_____- defined here [INFO] [stderr] ... [INFO] [stderr] 1686 | .expose(80, "tcp", 8080) [INFO] [stderr] | ^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied [INFO] [stderr] --> src/builder.rs:1687:14 [INFO] [stderr] | [INFO] [stderr] 688 | / pub fn expose( [INFO] [stderr] 689 | | &mut self, [INFO] [stderr] 690 | | srcport: u32, [INFO] [stderr] 691 | | protocol: &str, [INFO] [stderr] ... | [INFO] [stderr] 724 | | self [INFO] [stderr] 725 | | } [INFO] [stderr] | |_____- defined here [INFO] [stderr] ... [INFO] [stderr] 1687 | .expose(81, "tcp", 8081) [INFO] [stderr] | ^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `shipliftExp`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: crate `shipliftExp` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] = help: convert the identifier to snake case: `shiplift_exp` [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "dcef53649dee224b0ccf244a26519f18acdfd566a242823a835f914511c5057d"` [INFO] running `"docker" "rm" "-f" "dcef53649dee224b0ccf244a26519f18acdfd566a242823a835f914511c5057d"` [INFO] [stdout] dcef53649dee224b0ccf244a26519f18acdfd566a242823a835f914511c5057d