[INFO] crate shipliftExp 0.5.2 is already in cache [INFO] checking shipliftExp-0.5.2 against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] extracting crate shipliftExp 0.5.2 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate shipliftExp 0.5.2 on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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-5/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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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] 56a958a2f12eb1efba0d97ed5e8b9a696bcbcffbcd8cc558ee49a125f13492d0 [INFO] running `"docker" "start" "-a" "56a958a2f12eb1efba0d97ed5e8b9a696bcbcffbcd8cc558ee49a125f13492d0"` [INFO] [stderr] Compiling openssl v0.10.25 [INFO] [stderr] Compiling ryu v1.0.1 [INFO] [stderr] Compiling openssl-src v111.6.0+1.1.1d [INFO] [stderr] Checking flate2 v1.0.12 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking hyperlocal v0.6.0 [INFO] [stderr] Compiling openssl-sys v0.9.51 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Checking serde v1.0.101 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Compiling hyper-openssl v0.7.1 [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" "56a958a2f12eb1efba0d97ed5e8b9a696bcbcffbcd8cc558ee49a125f13492d0"` [INFO] running `"docker" "rm" "-f" "56a958a2f12eb1efba0d97ed5e8b9a696bcbcffbcd8cc558ee49a125f13492d0"` [INFO] [stdout] 56a958a2f12eb1efba0d97ed5e8b9a696bcbcffbcd8cc558ee49a125f13492d0