[INFO] crate dqcsim 0.0.11 is already in cache [INFO] checking dqcsim-0.0.11 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate dqcsim 0.0.11 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate dqcsim 0.0.11 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate dqcsim 0.0.11 [INFO] finished tweaking crates.io crate dqcsim 0.0.11 [INFO] tweaked toml for crates.io crate dqcsim 0.0.11 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate dqcsim 0.0.11 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] 87ed704ce3bc9b3616d4b077190afac90c1c5543164453c8f7800c7012cb6c42 [INFO] running `"docker" "start" "-a" "87ed704ce3bc9b3616d4b077190afac90c1c5543164453c8f7800c7012cb6c42"` [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Compiling dqcsim v0.0.11 (/opt/rustwide/workdir) [INFO] [stderr] Compiling named_type v0.1.6 [INFO] [stderr] Checking is_executable v0.1.2 [INFO] [stderr] Checking whoami v0.7.0 [INFO] [stderr] Checking pathdiff v0.1.0 [INFO] [stderr] Checking ref_thread_local v0.0.0 [INFO] [stderr] Checking named_type v0.2.1 [INFO] [stderr] Checking strum v0.17.1 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Checking float-cmp v0.6.0 [INFO] [stderr] Checking num-complex v0.2.4 [INFO] [stderr] Checking rand_chacha v0.2.1 [INFO] [stderr] Checking backtrace v0.3.41 [INFO] [stderr] Compiling named_type_derive v0.2.1 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling chrono v0.4.10 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Compiling syn-mid v0.4.0 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling rustversion v1.0.1 [INFO] [stderr] Compiling git-testament-derive v0.1.8 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling strum_macros v0.17.1 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Compiling proc-macro-error v0.4.4 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.3 [INFO] [stderr] Checking git-testament v0.1.7 [INFO] [stderr] Compiling structopt-derive v0.4.0 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking structopt v0.3.7 [INFO] [stderr] Checking bincode v1.2.1 [INFO] [stderr] Checking serde_cbor v0.11.1 [INFO] [stderr] Checking serde_json v1.0.44 [INFO] [stderr] Checking serde-transcode v1.1.0 [INFO] [stderr] Checking serde_yaml v0.8.11 [INFO] [stderr] Checking ipc-channel v0.13.0 [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/dqcsim/arg_parse/opts.rs:28:21 [INFO] [stderr] | [INFO] [stderr] 28 | pub host_calls: 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/dqcsim/arg_parse/opts.rs:34:22 [INFO] [stderr] | [INFO] [stderr] 34 | pub host_stdout: 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/dqcsim/arg_parse/opts.rs:44:20 [INFO] [stderr] | [INFO] [stderr] 44 | pub repro_out: 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/dqcsim/arg_parse/opts.rs:48:23 [INFO] [stderr] | [INFO] [stderr] 48 | pub no_repro_out: 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/dqcsim/arg_parse/opts.rs:61:27 [INFO] [stderr] | [INFO] [stderr] 61 | pub repro_path_style: ReproductionPathStyle, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/dqcsim/arg_parse/opts.rs:75:20 [INFO] [stderr] | [INFO] [stderr] 75 | pub reproduce: 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/dqcsim/arg_parse/opts.rs:88:28 [INFO] [stderr] | [INFO] [stderr] 88 | pub reproduce_exactly: 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/dqcsim/arg_parse/opts.rs:100:15 [INFO] [stderr] | [INFO] [stderr] 100 | pub seed: 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/dqcsim/arg_parse/opts.rs:111:23 [INFO] [stderr] | [INFO] [stderr] 111 | pub stderr_level: LoglevelFilter, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/dqcsim/arg_parse/opts.rs:121:20 [INFO] [stderr] | [INFO] [stderr] 121 | pub tee_files: 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/dqcsim/arg_parse/opts.rs:131:23 [INFO] [stderr] | [INFO] [stderr] 131 | pub dqcsim_level: LoglevelFilter, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/dqcsim/arg_parse/opts.rs:141:23 [INFO] [stderr] | [INFO] [stderr] 141 | pub plugin_level: LoglevelFilter, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/dqcsim/arg_parse/opts.rs:145:20 [INFO] [stderr] | [INFO] [stderr] 145 | pub long_help: 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/dqcsim/arg_parse/opts.rs:158:15 [INFO] [stderr] | [INFO] [stderr] 158 | pub 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/bin/dqcsim/arg_parse/opts.rs:167:15 [INFO] [stderr] | [INFO] [stderr] 167 | pub init: 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/dqcsim/arg_parse/opts.rs:175:14 [INFO] [stderr] | [INFO] [stderr] 175 | pub env: 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/dqcsim/arg_parse/opts.rs:179:15 [INFO] [stderr] | [INFO] [stderr] 179 | pub work: 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/dqcsim/arg_parse/opts.rs:189:20 [INFO] [stderr] | [INFO] [stderr] 189 | pub verbosity: 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/dqcsim/arg_parse/opts.rs:199:20 [INFO] [stderr] | [INFO] [stderr] 199 | pub tee_files: 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/dqcsim/arg_parse/opts.rs:207:22 [INFO] [stderr] | [INFO] [stderr] 207 | pub stdout_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/bin/dqcsim/arg_parse/opts.rs:215:22 [INFO] [stderr] | [INFO] [stderr] 215 | pub stderr_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/bin/dqcsim/arg_parse/opts.rs:223:25 [INFO] [stderr] | [INFO] [stderr] 223 | pub accept_timeout: 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/dqcsim/arg_parse/opts.rs:231:27 [INFO] [stderr] | [INFO] [stderr] 231 | pub shutdown_timeout: 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/dqcsim/arg_parse/opts.rs:28:21 [INFO] [stderr] | [INFO] [stderr] 28 | pub host_calls: 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/dqcsim/arg_parse/opts.rs:34:22 [INFO] [stderr] | [INFO] [stderr] 34 | pub host_stdout: 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/dqcsim/arg_parse/opts.rs:44:20 [INFO] [stderr] | [INFO] [stderr] 44 | pub repro_out: 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/dqcsim/arg_parse/opts.rs:48:23 [INFO] [stderr] | [INFO] [stderr] 48 | pub no_repro_out: 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/dqcsim/arg_parse/opts.rs:61:27 [INFO] [stderr] | [INFO] [stderr] 61 | pub repro_path_style: ReproductionPathStyle, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/dqcsim/arg_parse/opts.rs:75:20 [INFO] [stderr] | [INFO] [stderr] 75 | pub reproduce: 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/dqcsim/arg_parse/opts.rs:88:28 [INFO] [stderr] | [INFO] [stderr] 88 | pub reproduce_exactly: 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/dqcsim/arg_parse/opts.rs:100:15 [INFO] [stderr] | [INFO] [stderr] 100 | pub seed: 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/dqcsim/arg_parse/opts.rs:111:23 [INFO] [stderr] | [INFO] [stderr] 111 | pub stderr_level: LoglevelFilter, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/dqcsim/arg_parse/opts.rs:121:20 [INFO] [stderr] | [INFO] [stderr] 121 | pub tee_files: 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/dqcsim/arg_parse/opts.rs:131:23 [INFO] [stderr] | [INFO] [stderr] 131 | pub dqcsim_level: LoglevelFilter, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/dqcsim/arg_parse/opts.rs:141:23 [INFO] [stderr] | [INFO] [stderr] 141 | pub plugin_level: LoglevelFilter, [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/dqcsim/arg_parse/opts.rs:145:20 [INFO] [stderr] | [INFO] [stderr] 145 | pub long_help: 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/dqcsim/arg_parse/opts.rs:158:15 [INFO] [stderr] | [INFO] [stderr] 158 | pub 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/bin/dqcsim/arg_parse/opts.rs:167:15 [INFO] [stderr] | [INFO] [stderr] 167 | pub init: 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/dqcsim/arg_parse/opts.rs:175:14 [INFO] [stderr] | [INFO] [stderr] 175 | pub env: 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/dqcsim/arg_parse/opts.rs:179:15 [INFO] [stderr] | [INFO] [stderr] 179 | pub work: 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/dqcsim/arg_parse/opts.rs:189:20 [INFO] [stderr] | [INFO] [stderr] 189 | pub verbosity: 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/dqcsim/arg_parse/opts.rs:199:20 [INFO] [stderr] | [INFO] [stderr] 199 | pub tee_files: 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/dqcsim/arg_parse/opts.rs:207:22 [INFO] [stderr] | [INFO] [stderr] 207 | pub stdout_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/bin/dqcsim/arg_parse/opts.rs:215:22 [INFO] [stderr] | [INFO] [stderr] 215 | pub stderr_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/bin/dqcsim/arg_parse/opts.rs:223:25 [INFO] [stderr] | [INFO] [stderr] 223 | pub accept_timeout: 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/dqcsim/arg_parse/opts.rs:231:27 [INFO] [stderr] | [INFO] [stderr] 231 | pub shutdown_timeout: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 23 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `dqcsim`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 23 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `dqcsim`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "87ed704ce3bc9b3616d4b077190afac90c1c5543164453c8f7800c7012cb6c42"` [INFO] running `"docker" "rm" "-f" "87ed704ce3bc9b3616d4b077190afac90c1c5543164453c8f7800c7012cb6c42"` [INFO] [stdout] 87ed704ce3bc9b3616d4b077190afac90c1c5543164453c8f7800c7012cb6c42