[INFO] updating cached repository https://github.com/igor-petruk/scriptisto [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ff3e012b73ebfc5be59ca5e6e6a2c00266fcfbc3 [INFO] checking igor-petruk/scriptisto against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Figor-petruk%2Fscriptisto" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/igor-petruk/scriptisto on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/igor-petruk/scriptisto [INFO] finished tweaking git repo https://github.com/igor-petruk/scriptisto [INFO] tweaked toml for git repo https://github.com/igor-petruk/scriptisto written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/igor-petruk/scriptisto 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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 3d60e3665e5044ee9f32e339b836b1a515a9e3e35a7677af8b0823a2c5bc2064 [INFO] running `"docker" "start" "-a" "3d60e3665e5044ee9f32e339b836b1a515a9e3e35a7677af8b0823a2c5bc2064"` [INFO] [stderr] Compiling serde v1.0.102 [INFO] [stderr] Checking scrawl v1.0.0 [INFO] [stderr] Checking number_prefix v0.3.0 [INFO] [stderr] Checking ascii_table v2.0.0 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Checking errno v0.2.4 [INFO] [stderr] Checking users v0.9.1 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Checking exec v0.3.1 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Compiling structopt-derive v0.3.4 [INFO] [stderr] Compiling include_dir_impl v0.4.1 [INFO] [stderr] Checking structopt v0.3.4 [INFO] [stderr] Checking include_dir v0.4.1 [INFO] [stderr] Checking serde_yaml v0.8.11 [INFO] [stderr] Checking scriptisto v0.6.6-alpha.0 (/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/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/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/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/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/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/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[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[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/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: 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: could not compile `scriptisto`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3d60e3665e5044ee9f32e339b836b1a515a9e3e35a7677af8b0823a2c5bc2064"` [INFO] running `"docker" "rm" "-f" "3d60e3665e5044ee9f32e339b836b1a515a9e3e35a7677af8b0823a2c5bc2064"` [INFO] [stdout] 3d60e3665e5044ee9f32e339b836b1a515a9e3e35a7677af8b0823a2c5bc2064