[INFO] updating cached repository https://github.com/austinsheep/rs-orbit-db-http-client [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/austinsheep/rs-orbit-db-http-client [INFO] [stderr] - [deleted] (none) -> dependabot/cargo/serde_json-1.0.45 [INFO] [stderr] - [deleted] (none) -> dependabot/cargo/structopt-0.3.8 [INFO] [stderr] * [new branch] dependabot/cargo/async-std-1.5.0 -> dependabot/cargo/async-std-1.5.0 [INFO] [stderr] * [new branch] dependabot/cargo/serde_json-1.0.46 -> dependabot/cargo/serde_json-1.0.46 [INFO] [stderr] * [new branch] dependabot/cargo/structopt-0.3.9 -> dependabot/cargo/structopt-0.3.9 [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d78c24a35f273a660388e2c3bc6d1b9ce0cfe946 [INFO] checking austinsheep/rs-orbit-db-http-client against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faustinsheep%2Frs-orbit-db-http-client" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/austinsheep/rs-orbit-db-http-client 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/austinsheep/rs-orbit-db-http-client [INFO] finished tweaking git repo https://github.com/austinsheep/rs-orbit-db-http-client [INFO] tweaked toml for git repo https://github.com/austinsheep/rs-orbit-db-http-client written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/austinsheep/rs-orbit-db-http-client 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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 70ec14618b347f696376f8fae27e5551e8fc40c76f8bf720e8f76957d872c9cc [INFO] running `"docker" "start" "-a" "70ec14618b347f696376f8fae27e5551e8fc40c76f8bf720e8f76957d872c9cc"` [INFO] [stderr] Checking futures-io-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling isahc v0.7.6 [INFO] [stderr] Compiling libnghttp2-sys v0.1.2 [INFO] [stderr] Compiling curl-sys v0.4.24 [INFO] [stderr] Checking futures-channel-preview v0.3.0-alpha.19 [INFO] [stderr] Checking parking_lot_core v0.7.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling async-attributes v1.1.1 [INFO] [stderr] Compiling strum_macros v0.17.1 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking sluice v0.4.2 [INFO] [stderr] Checking parking_lot v0.10.0 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking structopt v0.3.5 [INFO] [stderr] Checking console v0.7.7 [INFO] [stderr] Checking async-std v1.4.0 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.19 [INFO] [stderr] Checking futures-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling async-log-attributes v1.0.1 [INFO] [stderr] Checking async-log v1.1.0 [INFO] [stderr] Checking femme v1.3.0 [INFO] [stderr] Compiling curl v0.4.25 [INFO] [stderr] Checking surf v1.0.3 [INFO] [stderr] Checking orbit-db-http-client v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/cli.rs:10:17 [INFO] [stderr] | [INFO] [stderr] 10 | server_url: url::Url, [INFO] [stderr] | ^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/cli.rs:13:17 [INFO] [stderr] | [INFO] [stderr] 13 | #[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/bin/cli.rs:24:17 [INFO] [stderr] | [INFO] [stderr] 24 | dbname: 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/cli.rs:28:17 [INFO] [stderr] | [INFO] [stderr] 28 | dbname: 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/cli.rs:32:17 [INFO] [stderr] | [INFO] [stderr] 32 | dbname: 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/cli.rs:33:15 [INFO] [stderr] | [INFO] [stderr] 33 | item: 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/cli.rs:37:17 [INFO] [stderr] | [INFO] [stderr] 37 | dbname: 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/cli.rs:38:16 [INFO] [stderr] | [INFO] [stderr] 38 | limit: 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/cli.rs:42:17 [INFO] [stderr] | [INFO] [stderr] 42 | dbname: 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/cli.rs:49:17 [INFO] [stderr] | [INFO] [stderr] 49 | dbname: 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/cli.rs:50:17 [INFO] [stderr] | [INFO] [stderr] 50 | dbtype: DatabaseType, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/cli.rs:55:17 [INFO] [stderr] | [INFO] [stderr] 55 | dbname: 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/cli.rs:59:17 [INFO] [stderr] | [INFO] [stderr] 59 | dbname: 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/cli.rs:60:16 [INFO] [stderr] | [INFO] [stderr] 60 | entry: 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/cli.rs:64:17 [INFO] [stderr] | [INFO] [stderr] 64 | dbname: 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/cli.rs:65:17 [INFO] [stderr] | [INFO] [stderr] 65 | record: serde_json::Value, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/cli.rs:69:17 [INFO] [stderr] | [INFO] [stderr] 69 | dbname: 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/cli.rs:70:16 [INFO] [stderr] | [INFO] [stderr] 70 | value: 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/cli.rs:74:17 [INFO] [stderr] | [INFO] [stderr] 74 | dbname: 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/cli.rs:75:13 [INFO] [stderr] | [INFO] [stderr] 75 | id: 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/cli.rs:79:17 [INFO] [stderr] | [INFO] [stderr] 79 | dbname: 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/cli.rs:83:17 [INFO] [stderr] | [INFO] [stderr] 83 | dbname: 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/cli.rs:84:15 [INFO] [stderr] | [INFO] [stderr] 84 | item: String, [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 `orbit-db-http-client`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/cli.rs:10:17 [INFO] [stderr] | [INFO] [stderr] 10 | server_url: url::Url, [INFO] [stderr] | ^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/cli.rs:13:17 [INFO] [stderr] | [INFO] [stderr] 13 | #[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/bin/cli.rs:24:17 [INFO] [stderr] | [INFO] [stderr] 24 | dbname: 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/cli.rs:28:17 [INFO] [stderr] | [INFO] [stderr] 28 | dbname: 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/cli.rs:32:17 [INFO] [stderr] | [INFO] [stderr] 32 | dbname: 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/cli.rs:33:15 [INFO] [stderr] | [INFO] [stderr] 33 | item: 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/cli.rs:37:17 [INFO] [stderr] | [INFO] [stderr] 37 | dbname: 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/cli.rs:38:16 [INFO] [stderr] | [INFO] [stderr] 38 | limit: 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/cli.rs:42:17 [INFO] [stderr] | [INFO] [stderr] 42 | dbname: 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/cli.rs:49:17 [INFO] [stderr] | [INFO] [stderr] 49 | dbname: 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/cli.rs:50:17 [INFO] [stderr] | [INFO] [stderr] 50 | dbtype: DatabaseType, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/cli.rs:55:17 [INFO] [stderr] | [INFO] [stderr] 55 | dbname: 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/cli.rs:59:17 [INFO] [stderr] | [INFO] [stderr] 59 | dbname: 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/cli.rs:60:16 [INFO] [stderr] | [INFO] [stderr] 60 | entry: 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/cli.rs:64:17 [INFO] [stderr] | [INFO] [stderr] 64 | dbname: 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/cli.rs:65:17 [INFO] [stderr] | [INFO] [stderr] 65 | record: serde_json::Value, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `!` to invoke the macro: `matches!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found macro `matches` [INFO] [stderr] --> src/bin/cli.rs:69:17 [INFO] [stderr] | [INFO] [stderr] 69 | dbname: 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/cli.rs:70:16 [INFO] [stderr] | [INFO] [stderr] 70 | value: 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/cli.rs:74:17 [INFO] [stderr] | [INFO] [stderr] 74 | dbname: 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/cli.rs:75:13 [INFO] [stderr] | [INFO] [stderr] 75 | id: 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/cli.rs:79:17 [INFO] [stderr] | [INFO] [stderr] 79 | dbname: 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/cli.rs:83:17 [INFO] [stderr] | [INFO] [stderr] 83 | dbname: 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/cli.rs:84:15 [INFO] [stderr] | [INFO] [stderr] 84 | item: String, [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 `orbit-db-http-client`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "70ec14618b347f696376f8fae27e5551e8fc40c76f8bf720e8f76957d872c9cc"` [INFO] running `"docker" "rm" "-f" "70ec14618b347f696376f8fae27e5551e8fc40c76f8bf720e8f76957d872c9cc"` [INFO] [stdout] 70ec14618b347f696376f8fae27e5551e8fc40c76f8bf720e8f76957d872c9cc