[INFO] crate packapp 0.3.0 is already in cache [INFO] checking packapp-0.3.0 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate packapp 0.3.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate packapp 0.3.0 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate packapp 0.3.0 [INFO] finished tweaking crates.io crate packapp 0.3.0 [INFO] tweaked toml for crates.io crate packapp 0.3.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate packapp 0.3.0 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-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" "+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] a74b21fb9f7dd47fdb15cdaeeaf06a60a761a93311d4e0dc84c8d0b88c38f15c [INFO] running `"docker" "start" "-a" "a74b21fb9f7dd47fdb15cdaeeaf06a60a761a93311d4e0dc84c8d0b88c38f15c"` [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Checking line-wrap v0.1.1 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Checking plist v0.5.1 [INFO] [stderr] Compiling structopt-derive v0.3.2 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking structopt v0.3.2 [INFO] [stderr] Checking packapp v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: function is never used: `write` [INFO] [stderr] --> src/utils.rs:64:8 [INFO] [stderr] | [INFO] [stderr] 64 | pub fn write(path: impl AsRef, content: impl AsRef<[u8]>) -> Result<()> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `read` [INFO] [stderr] --> src/utils.rs:73:8 [INFO] [stderr] | [INFO] [stderr] 73 | pub fn read(path: impl AsRef) -> Result> { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `extname` [INFO] [stderr] --> src/utils.rs:111:8 [INFO] [stderr] | [INFO] [stderr] 111 | pub fn extname(path: impl AsRef) -> Result { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `assert_ext` [INFO] [stderr] --> src/utils.rs:124:8 [INFO] [stderr] | [INFO] [stderr] 124 | pub fn assert_ext(path: impl AsRef, ext: &str) -> Result<()> { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Plugins` [INFO] [stderr] --> src/bundle.rs:17:2 [INFO] [stderr] | [INFO] [stderr] 17 | Plugins, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: structure field `CFBundleName` should have a snake case name [INFO] [stderr] --> src/bundle.rs:23:2 [INFO] [stderr] | [INFO] [stderr] 23 | CFBundleName: Option, [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `cfbundle_name` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: structure field `CFBundleDisplayName` should have a snake case name [INFO] [stderr] --> src/bundle.rs:24:2 [INFO] [stderr] | [INFO] [stderr] 24 | CFBundleDisplayName: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cfbundle_display_name` [INFO] [stderr] [INFO] [stderr] warning: structure field `CFBundleIdentifier` should have a snake case name [INFO] [stderr] --> src/bundle.rs:25:2 [INFO] [stderr] | [INFO] [stderr] 25 | CFBundleIdentifier: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cfbundle_identifier` [INFO] [stderr] [INFO] [stderr] warning: structure field `CFBundleVersion` should have a snake case name [INFO] [stderr] --> src/bundle.rs:26:2 [INFO] [stderr] | [INFO] [stderr] 26 | CFBundleVersion: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cfbundle_version` [INFO] [stderr] [INFO] [stderr] warning: structure field `CFBundlePackageType` should have a snake case name [INFO] [stderr] --> src/bundle.rs:27:2 [INFO] [stderr] | [INFO] [stderr] 27 | CFBundlePackageType: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cfbundle_package_type` [INFO] [stderr] [INFO] [stderr] warning: structure field `CFBundleExecutable` should have a snake case name [INFO] [stderr] --> src/bundle.rs:28:2 [INFO] [stderr] | [INFO] [stderr] 28 | CFBundleExecutable: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cfbundle_executable` [INFO] [stderr] [INFO] [stderr] warning: structure field `CFBundleIconFile` should have a snake case name [INFO] [stderr] --> src/bundle.rs:29:2 [INFO] [stderr] | [INFO] [stderr] 29 | CFBundleIconFile: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cfbundle_icon_file` [INFO] [stderr] [INFO] [stderr] warning: structure field `CFBundleSignature` should have a snake case name [INFO] [stderr] --> src/bundle.rs:30:2 [INFO] [stderr] | [INFO] [stderr] 30 | CFBundleSignature: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cfbundle_signature` [INFO] [stderr] [INFO] [stderr] warning: function is never used: `write` [INFO] [stderr] --> src/utils.rs:64:8 [INFO] [stderr] | [INFO] [stderr] 64 | pub fn write(path: impl AsRef, content: impl AsRef<[u8]>) -> Result<()> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `read` [INFO] [stderr] --> src/utils.rs:73:8 [INFO] [stderr] | [INFO] [stderr] 73 | pub fn read(path: impl AsRef) -> Result> { [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `extname` [INFO] [stderr] --> src/utils.rs:111:8 [INFO] [stderr] | [INFO] [stderr] 111 | pub fn extname(path: impl AsRef) -> Result { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `assert_ext` [INFO] [stderr] --> src/utils.rs:124:8 [INFO] [stderr] | [INFO] [stderr] 124 | pub fn assert_ext(path: impl AsRef, ext: &str) -> Result<()> { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Plugins` [INFO] [stderr] --> src/bundle.rs:17:2 [INFO] [stderr] | [INFO] [stderr] 17 | Plugins, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: structure field `CFBundleName` should have a snake case name [INFO] [stderr] --> src/bundle.rs:23:2 [INFO] [stderr] | [INFO] [stderr] 23 | CFBundleName: Option, [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to snake case: `cfbundle_name` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: structure field `CFBundleDisplayName` should have a snake case name [INFO] [stderr] --> src/bundle.rs:24:2 [INFO] [stderr] | [INFO] [stderr] 24 | CFBundleDisplayName: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cfbundle_display_name` [INFO] [stderr] [INFO] [stderr] warning: structure field `CFBundleIdentifier` should have a snake case name [INFO] [stderr] --> src/bundle.rs:25:2 [INFO] [stderr] | [INFO] [stderr] 25 | CFBundleIdentifier: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cfbundle_identifier` [INFO] [stderr] [INFO] [stderr] warning: structure field `CFBundleVersion` should have a snake case name [INFO] [stderr] --> src/bundle.rs:26:2 [INFO] [stderr] | [INFO] [stderr] 26 | CFBundleVersion: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cfbundle_version` [INFO] [stderr] [INFO] [stderr] warning: structure field `CFBundlePackageType` should have a snake case name [INFO] [stderr] --> src/bundle.rs:27:2 [INFO] [stderr] | [INFO] [stderr] 27 | CFBundlePackageType: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cfbundle_package_type` [INFO] [stderr] [INFO] [stderr] warning: structure field `CFBundleExecutable` should have a snake case name [INFO] [stderr] --> src/bundle.rs:28:2 [INFO] [stderr] | [INFO] [stderr] 28 | CFBundleExecutable: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cfbundle_executable` [INFO] [stderr] [INFO] [stderr] warning: structure field `CFBundleIconFile` should have a snake case name [INFO] [stderr] --> src/bundle.rs:29:2 [INFO] [stderr] | [INFO] [stderr] 29 | CFBundleIconFile: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cfbundle_icon_file` [INFO] [stderr] [INFO] [stderr] warning: structure field `CFBundleSignature` should have a snake case name [INFO] [stderr] --> src/bundle.rs:30:2 [INFO] [stderr] | [INFO] [stderr] 30 | CFBundleSignature: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `cfbundle_signature` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:13:13 [INFO] [stderr] | [INFO] [stderr] 13 | resources: Vec, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:16:14 [INFO] [stderr] | [INFO] [stderr] 16 | frameworks: Vec, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:19:8 [INFO] [stderr] | [INFO] [stderr] 19 | icon: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:22:14 [INFO] [stderr] | [INFO] [stderr] 22 | identifier: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:25:8 [INFO] [stderr] | [INFO] [stderr] 25 | name: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:28:16 [INFO] [stderr] | [INFO] [stderr] 28 | display_name: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | version: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:34:9 [INFO] [stderr] | [INFO] [stderr] 34 | plain: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:37:7 [INFO] [stderr] | [INFO] [stderr] 37 | bin: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:40:7 [INFO] [stderr] | [INFO] [stderr] 40 | out: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `packapp`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:13:13 [INFO] [stderr] | [INFO] [stderr] 13 | resources: Vec, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:16:14 [INFO] [stderr] | [INFO] [stderr] 16 | frameworks: Vec, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:19:8 [INFO] [stderr] | [INFO] [stderr] 19 | icon: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:22:14 [INFO] [stderr] | [INFO] [stderr] 22 | identifier: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:25:8 [INFO] [stderr] | [INFO] [stderr] 25 | name: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:28:16 [INFO] [stderr] | [INFO] [stderr] 28 | display_name: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:31:11 [INFO] [stderr] | [INFO] [stderr] 31 | version: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:34:9 [INFO] [stderr] | [INFO] [stderr] 34 | plain: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:37:7 [INFO] [stderr] | [INFO] [stderr] 37 | bin: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/main.rs:40:7 [INFO] [stderr] | [INFO] [stderr] 40 | out: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `packapp`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a74b21fb9f7dd47fdb15cdaeeaf06a60a761a93311d4e0dc84c8d0b88c38f15c"` [INFO] running `"docker" "rm" "-f" "a74b21fb9f7dd47fdb15cdaeeaf06a60a761a93311d4e0dc84c8d0b88c38f15c"` [INFO] [stdout] a74b21fb9f7dd47fdb15cdaeeaf06a60a761a93311d4e0dc84c8d0b88c38f15c