[INFO] updating cached repository https://github.com/standard-ai/hedwig-rust [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/standard-ai/hedwig-rust [INFO] [stderr] * [new branch] nagisa/async -> nagisa/async [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b1b4425e561f43d6c36500d94d8dc35131b5fc19 [INFO] checking standard-ai/hedwig-rust against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstandard-ai%2Fhedwig-rust" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/standard-ai/hedwig-rust 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/standard-ai/hedwig-rust [INFO] removed 0 missing examples [INFO] finished tweaking git repo https://github.com/standard-ai/hedwig-rust [INFO] tweaked toml for git repo https://github.com/standard-ai/hedwig-rust written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded valico v3.2.0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 288ed77ee246573dd31729c968948ca90a036557bb5ddd34d9408a68a24293ca [INFO] running `"docker" "start" "-a" "288ed77ee246573dd31729c968948ca90a036557bb5ddd34d9408a68a24293ca"` [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Checking assert_matches v1.3.0 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling thiserror-impl v1.0.10 [INFO] [stderr] Compiling strum_macros v0.15.0 [INFO] [stderr] Checking serde_json v1.0.46 [INFO] [stderr] Checking uuid v0.8.1 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Compiling valico v3.2.0 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling rust-embed-impl v4.5.0 [INFO] [stderr] Checking thiserror v1.0.10 [INFO] [stderr] Checking rust-embed v4.5.0 [INFO] [stderr] Checking jsonway v2.0.0 [INFO] [stderr] Checking webpki v0.18.1 [INFO] [stderr] Checking sct v0.4.0 [INFO] [stderr] Checking rustls v0.13.1 [INFO] [stderr] Checking webpki-roots v0.15.0 [INFO] [stderr] Checking hyper-rustls v0.6.2 [INFO] [stderr] Checking hedwig v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `_1` in this scope [INFO] [stderr] --> src/lib.rs:142:13 [INFO] [stderr] | [INFO] [stderr] 142 | #[error("Credentials file {1:?} could not be read")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_1` in this scope [INFO] [stderr] --> src/lib.rs:145:13 [INFO] [stderr] | [INFO] [stderr] 145 | #[error("Credentials file {1:?} could not be parsed")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/lib.rs:163:13 [INFO] [stderr] | [INFO] [stderr] 163 | #[error("Message {0} is not routable")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/lib.rs:167:13 [INFO] [stderr] | [INFO] [stderr] 167 | #[error("Message could not be published: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_1` in this scope [INFO] [stderr] --> src/lib.rs:173:13 [INFO] [stderr] | [INFO] [stderr] 173 | #[error("Could not parse `{1}` as a schema URL")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/lib.rs:176:13 [INFO] [stderr] | [INFO] [stderr] 176 | #[error("Could not resolve `{0}` to a schema")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/lib.rs:179:13 [INFO] [stderr] | [INFO] [stderr] 179 | #[error("Message data does not validate per the schema: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_1` in this scope [INFO] [stderr] --> src/lib.rs:142:13 [INFO] [stderr] | [INFO] [stderr] 142 | #[error("Credentials file {1:?} could not be read")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_1` in this scope [INFO] [stderr] --> src/lib.rs:145:13 [INFO] [stderr] | [INFO] [stderr] 145 | #[error("Credentials file {1:?} could not be parsed")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:386:31 [INFO] [stderr] | [INFO] [stderr] 386 | Ok(Validator { scope, schema_id }) [INFO] [stderr] | ^^^^^^^^^ expected struct `hyper::Url`, found struct `url::Url` [INFO] [stderr] | [INFO] [stderr] = note: perhaps two different versions of crate `url` are being used? [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/lib.rs:163:13 [INFO] [stderr] | [INFO] [stderr] 163 | #[error("Message {0} is not routable")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/lib.rs:167:13 [INFO] [stderr] | [INFO] [stderr] 167 | #[error("Message could not be published: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_1` in this scope [INFO] [stderr] --> src/lib.rs:173:13 [INFO] [stderr] | [INFO] [stderr] 173 | #[error("Could not parse `{1}` as a schema URL")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/lib.rs:176:13 [INFO] [stderr] | [INFO] [stderr] 176 | #[error("Could not resolve `{0}` to a schema")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_0` in this scope [INFO] [stderr] --> src/lib.rs:179:13 [INFO] [stderr] | [INFO] [stderr] 179 | #[error("Message data does not validate per the schema: {0}")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:403:22 [INFO] [stderr] | [INFO] [stderr] 403 | .resolve(&msg_schema_url) [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected struct `url::Url`, found struct `hyper::Url` [INFO] [stderr] | [INFO] [stderr] = note: expected reference `&url::Url` [INFO] [stderr] found reference `&hyper::Url` [INFO] [stderr] = note: perhaps two different versions of crate `url` are being used? [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `hedwig`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:386:31 [INFO] [stderr] | [INFO] [stderr] 386 | Ok(Validator { scope, schema_id }) [INFO] [stderr] | ^^^^^^^^^ expected struct `hyper::Url`, found struct `url::Url` [INFO] [stderr] | [INFO] [stderr] = note: perhaps two different versions of crate `url` are being used? [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:403:22 [INFO] [stderr] | [INFO] [stderr] 403 | .resolve(&msg_schema_url) [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected struct `url::Url`, found struct `hyper::Url` [INFO] [stderr] | [INFO] [stderr] = note: expected reference `&url::Url` [INFO] [stderr] found reference `&hyper::Url` [INFO] [stderr] = note: perhaps two different versions of crate `url` are being used? [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `hedwig`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "288ed77ee246573dd31729c968948ca90a036557bb5ddd34d9408a68a24293ca"` [INFO] running `"docker" "rm" "-f" "288ed77ee246573dd31729c968948ca90a036557bb5ddd34d9408a68a24293ca"` [INFO] [stdout] 288ed77ee246573dd31729c968948ca90a036557bb5ddd34d9408a68a24293ca