[INFO] crate sampi 0.1.8 is already in cache [INFO] checking sampi-0.1.8 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate sampi 0.1.8 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate sampi 0.1.8 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate sampi 0.1.8 [INFO] finished tweaking crates.io crate sampi 0.1.8 [INFO] tweaked toml for crates.io crate sampi 0.1.8 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate sampi 0.1.8 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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] f68f25e200b93d37fd69184c7e4c46ba774d9acf9e0716e1ae94ece20bf963d8 [INFO] running `"docker" "start" "-a" "f68f25e200b93d37fd69184c7e4c46ba774d9acf9e0716e1ae94ece20bf963d8"` [INFO] [stderr] Compiling serde-big-array v0.1.5 [INFO] [stderr] Checking bincode v1.2.1 [INFO] [stderr] Checking base64 v0.9.3 [INFO] [stderr] Checking curve25519-dalek v2.0.0 [INFO] [stderr] Checking sha2 v0.8.0 [INFO] [stderr] Checking structopt v0.3.5 [INFO] [stderr] Checking ed25519-dalek v1.0.0-pre.3 [INFO] [stderr] Checking sampi v0.1.8 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `Sampi` [INFO] [stderr] --> examples/pow_benchmark.rs:3:21 [INFO] [stderr] | [INFO] [stderr] 3 | use sampi::{Result, Sampi, SampiKeyPair}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 0 parameters but 1 parameter was supplied [INFO] [stderr] --> examples/pow_benchmark.rs:13:28 [INFO] [stderr] | [INFO] [stderr] 13 | let sampi = kp.new_sampi(data).with_pow(i).build()?; [INFO] [stderr] | ^^^^^^^^^ expected 0 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 0 parameters were supplied [INFO] [stderr] --> examples/pow_benchmark.rs:13:56 [INFO] [stderr] | [INFO] [stderr] 13 | let sampi = kp.new_sampi(data).with_pow(i).build()?; [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 `sampi`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/sampi.rs:46:18 [INFO] [stderr] | [INFO] [stderr] 46 | verbose: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/sampi.rs:49:33 [INFO] [stderr] | [INFO] [stderr] 49 | acceptable_public_keys: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/sampi.rs:53:14 [INFO] [stderr] | [INFO] [stderr] 53 | hex: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/sampi.rs:60:14 [INFO] [stderr] | [INFO] [stderr] 60 | key: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/sampi.rs:64:19 [INFO] [stderr] | [INFO] [stderr] 64 | metadata: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/sampi.rs:68:26 [INFO] [stderr] | [INFO] [stderr] 68 | random_metadata: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/sampi.rs:72:27 [INFO] [stderr] | [INFO] [stderr] 72 | random_unix_time: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/sampi.rs:76:20 [INFO] [stderr] | [INFO] [stderr] 76 | unix_time: Option, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/sampi.rs:80:14 [INFO] [stderr] | [INFO] [stderr] 80 | pow: Option, [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/sampi.rs:84:22 [INFO] [stderr] | [INFO] [stderr] 84 | pow_threads: Option, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/sampi.rs:88:14 [INFO] [stderr] | [INFO] [stderr] 88 | hex: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `sampi`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/sampi.rs:46:18 [INFO] [stderr] | [INFO] [stderr] 46 | verbose: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/sampi.rs:49:33 [INFO] [stderr] | [INFO] [stderr] 49 | acceptable_public_keys: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/sampi.rs:53:14 [INFO] [stderr] | [INFO] [stderr] 53 | hex: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/sampi.rs:60:14 [INFO] [stderr] | [INFO] [stderr] 60 | key: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/sampi.rs:64:19 [INFO] [stderr] | [INFO] [stderr] 64 | metadata: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/sampi.rs:68:26 [INFO] [stderr] | [INFO] [stderr] 68 | random_metadata: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/sampi.rs:72:27 [INFO] [stderr] | [INFO] [stderr] 72 | random_unix_time: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/sampi.rs:76:20 [INFO] [stderr] | [INFO] [stderr] 76 | unix_time: Option, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/sampi.rs:80:14 [INFO] [stderr] | [INFO] [stderr] 80 | pow: Option, [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/sampi.rs:84:22 [INFO] [stderr] | [INFO] [stderr] 84 | pow_threads: Option, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/sampi.rs:88:14 [INFO] [stderr] | [INFO] [stderr] 88 | hex: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `sampi`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f68f25e200b93d37fd69184c7e4c46ba774d9acf9e0716e1ae94ece20bf963d8"` [INFO] running `"docker" "rm" "-f" "f68f25e200b93d37fd69184c7e4c46ba774d9acf9e0716e1ae94ece20bf963d8"` [INFO] [stdout] f68f25e200b93d37fd69184c7e4c46ba774d9acf9e0716e1ae94ece20bf963d8