[INFO] updating cached repository https://github.com/cognitedata/openctm-rs [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] [stderr] From https://github.com/cognitedata/openctm-rs [INFO] [stderr] - [deleted] (none) -> dragly/dump-stats [INFO] [stderr] b8c7ff3..eacdfda master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] eacdfdaa03a62fe585765100a4dbacc4d2906242 [INFO] checking cognitedata/openctm-rs against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcognitedata%2Fopenctm-rs" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cognitedata/openctm-rs 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/cognitedata/openctm-rs [INFO] finished tweaking git repo https://github.com/cognitedata/openctm-rs [INFO] tweaked toml for git repo https://github.com/cognitedata/openctm-rs written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/cognitedata/openctm-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating git repository `git://github.com/dragly/lzma-rs/` [INFO] [stderr] Blocking waiting for file lock on package cache [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] 5c96ae628b724f8e06d01438dadfb348ab4925d5d6091d7a3d9c4f15de19df4f [INFO] running `"docker" "start" "-a" "5c96ae628b724f8e06d01438dadfb348ab4925d5d6091d7a3d9c4f15de19df4f"` [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Checking lzma-rs v0.1.2 (git://github.com/dragly/lzma-rs/?rev=cb4877e35e09e4b68b0cff6e9e1e02a6773154a8#cb4877e3) [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling rustversion v1.0.2 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling proc-macro-error v0.4.8 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.8 [INFO] [stderr] Compiling structopt-derive v0.4.2 [INFO] [stderr] Checking serde v1.0.99 [INFO] [stderr] Checking structopt v0.3.9 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking serde_yaml v0.8.9 [INFO] [stderr] Checking openctm v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/dump.rs:12:11 [INFO] [stderr] | [INFO] [stderr] 12 | file: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/dump.rs:14:11 [INFO] [stderr] | [INFO] [stderr] 14 | yaml: 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/dump.rs:16:14 [INFO] [stderr] | [INFO] [stderr] 16 | compact: 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/dump.rs:18:12 [INFO] [stderr] | [INFO] [stderr] 18 | stats: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `openctm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/dump.rs:12:11 [INFO] [stderr] | [INFO] [stderr] 12 | file: String, [INFO] [stderr] | ^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/dump.rs:14:11 [INFO] [stderr] | [INFO] [stderr] 14 | yaml: 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/dump.rs:16:14 [INFO] [stderr] | [INFO] [stderr] 16 | compact: 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/dump.rs:18:12 [INFO] [stderr] | [INFO] [stderr] 18 | stats: bool, [INFO] [stderr] | ^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0423`. [INFO] [stderr] error: could not compile `openctm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5c96ae628b724f8e06d01438dadfb348ab4925d5d6091d7a3d9c4f15de19df4f"` [INFO] running `"docker" "rm" "-f" "5c96ae628b724f8e06d01438dadfb348ab4925d5d6091d7a3d9c4f15de19df4f"` [INFO] [stdout] 5c96ae628b724f8e06d01438dadfb348ab4925d5d6091d7a3d9c4f15de19df4f