[INFO] crate scriptisto 0.6.2 is already in cache [INFO] checking scriptisto-0.6.2 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate scriptisto 0.6.2 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate scriptisto 0.6.2 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate scriptisto 0.6.2 [INFO] finished tweaking crates.io crate scriptisto 0.6.2 [INFO] tweaked toml for crates.io crate scriptisto 0.6.2 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate crates.io crate scriptisto 0.6.2 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-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] d500cd0f90d3ccb433532defadfc22fa143b57a986555feb7de94ddcd774d8d3 [INFO] running `"docker" "start" "-a" "d500cd0f90d3ccb433532defadfc22fa143b57a986555feb7de94ddcd774d8d3"` [INFO] [stderr] Checking ascii_table v2.0.0 [INFO] [stderr] Checking scrawl v1.0.0 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Checking errno v0.2.4 [INFO] [stderr] Checking serde_yaml v0.8.11 [INFO] [stderr] Checking users v0.9.1 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Checking exec v0.3.1 [INFO] [stderr] Compiling structopt-derive v0.3.4 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Checking structopt v0.3.4 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Compiling include_dir_impl v0.4.1 [INFO] [stderr] Checking include_dir v0.4.1 [INFO] [stderr] Checking scriptisto v0.6.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cache.rs:32:15 [INFO] [stderr] | [INFO] [stderr] 32 | file: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cache.rs:39:15 [INFO] [stderr] | [INFO] [stderr] 39 | file: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cache.rs:44:15 [INFO] [stderr] | [INFO] [stderr] 44 | name: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cache.rs:46:15 [INFO] [stderr] | [INFO] [stderr] 46 | file: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:60:21 [INFO] [stderr] | [INFO] [stderr] 60 | pub script_src: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:64:15 [INFO] [stderr] | [INFO] [stderr] 64 | pub args: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:66:17 [INFO] [stderr] | [INFO] [stderr] 66 | #[structopt(subcommand)] [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:74:21 [INFO] [stderr] | [INFO] [stderr] 74 | #[structopt(subcommand)] [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:83:24 [INFO] [stderr] | [INFO] [stderr] 83 | template_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/opt.rs:87:21 [INFO] [stderr] | [INFO] [stderr] 87 | #[structopt(subcommand)] [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:94:21 [INFO] [stderr] | [INFO] [stderr] 94 | script_src: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:97:21 [INFO] [stderr] | [INFO] [stderr] 97 | build_mode: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Dir` in crate `$crate` [INFO] [stderr] --> src/templates.rs:26:24 [INFO] [stderr] | [INFO] [stderr] 26 | const TEMPLATES: Dir = include_dir!("./data/templates/"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `$crate` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 15 | use include_dir::Dir; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `File` in crate `$crate` [INFO] [stderr] --> src/templates.rs:26:24 [INFO] [stderr] | [INFO] [stderr] 26 | const TEMPLATES: Dir = include_dir!("./data/templates/"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `$crate` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 15 | use crate::cfg::File; [INFO] [stderr] | [INFO] [stderr] 15 | use include_dir::File; [INFO] [stderr] | [INFO] [stderr] 15 | use std::fs::File; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/templates.rs:35:15 [INFO] [stderr] | [INFO] [stderr] 35 | file: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/templates.rs:40:24 [INFO] [stderr] | [INFO] [stderr] 40 | template_name: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/templates.rs:46:24 [INFO] [stderr] | [INFO] [stderr] 46 | template_name: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cache.rs:32:15 [INFO] [stderr] | [INFO] [stderr] 32 | file: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cache.rs:39:15 [INFO] [stderr] | [INFO] [stderr] 39 | file: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cache.rs:44:15 [INFO] [stderr] | [INFO] [stderr] 44 | name: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/cache.rs:46:15 [INFO] [stderr] | [INFO] [stderr] 46 | file: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:60:21 [INFO] [stderr] | [INFO] [stderr] 60 | pub script_src: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:64:15 [INFO] [stderr] | [INFO] [stderr] 64 | pub args: Vec, [INFO] [stderr] | ^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:66:17 [INFO] [stderr] | [INFO] [stderr] 66 | #[structopt(subcommand)] [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:74:21 [INFO] [stderr] | [INFO] [stderr] 74 | #[structopt(subcommand)] [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:83:24 [INFO] [stderr] | [INFO] [stderr] 83 | template_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/opt.rs:87:21 [INFO] [stderr] | [INFO] [stderr] 87 | #[structopt(subcommand)] [INFO] [stderr] | ^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:94:21 [INFO] [stderr] | [INFO] [stderr] 94 | script_src: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/opt.rs:97:21 [INFO] [stderr] | [INFO] [stderr] 97 | build_mode: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Dir` in crate `$crate` [INFO] [stderr] --> src/templates.rs:26:24 [INFO] [stderr] | [INFO] [stderr] 26 | const TEMPLATES: Dir = include_dir!("./data/templates/"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `$crate` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 15 | use include_dir::Dir; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0422]: cannot find struct, variant or union type `File` in crate `$crate` [INFO] [stderr] --> src/templates.rs:26:24 [INFO] [stderr] | [INFO] [stderr] 26 | const TEMPLATES: Dir = include_dir!("./data/templates/"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `$crate` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 15 | use crate::cfg::File; [INFO] [stderr] | [INFO] [stderr] 15 | use include_dir::File; [INFO] [stderr] | [INFO] [stderr] 15 | use std::fs::File; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/templates.rs:35:15 [INFO] [stderr] | [INFO] [stderr] 35 | file: PathBuf, [INFO] [stderr] | ^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/templates.rs:40:24 [INFO] [stderr] | [INFO] [stderr] 40 | template_name: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/templates.rs:46:24 [INFO] [stderr] | [INFO] [stderr] 46 | template_name: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0422, E0423. [INFO] [stderr] For more information about an error, try `rustc --explain E0422`. [INFO] [stderr] error: could not compile `scriptisto`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0422, E0423. [INFO] [stderr] For more information about an error, try `rustc --explain E0422`. [INFO] [stderr] error: could not compile `scriptisto`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d500cd0f90d3ccb433532defadfc22fa143b57a986555feb7de94ddcd774d8d3"` [INFO] running `"docker" "rm" "-f" "d500cd0f90d3ccb433532defadfc22fa143b57a986555feb7de94ddcd774d8d3"` [INFO] [stdout] d500cd0f90d3ccb433532defadfc22fa143b57a986555feb7de94ddcd774d8d3