[INFO] cloning repository https://github.com/tweedegolf/ci-standard [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tweedegolf/ci-standard" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftweedegolf%2Fci-standard", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftweedegolf%2Fci-standard'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8a86982a6fc665916d35f4c38982fbdd70622543 [INFO] checking tweedegolf/ci-standard against try#149edce6c6ee840adb602803b96d083101ef3592 for pr-133502-16 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftweedegolf%2Fci-standard" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/tweedegolf/ci-standard [INFO] finished tweaking git repo https://github.com/tweedegolf/ci-standard [INFO] tweaked toml for git repo https://github.com/tweedegolf/ci-standard written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/tweedegolf/ci-standard on toolchain 149edce6c6ee840adb602803b96d083101ef3592 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+149edce6c6ee840adb602803b96d083101ef3592" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/tweedegolf/ci-standard already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+149edce6c6ee840adb602803b96d083101ef3592" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+149edce6c6ee840adb602803b96d083101ef3592" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 70219019dc4e7a9633ddf6f63f320f20296afb3ff8e176f41345f3331b2ba9f8 [INFO] running `Command { std: "docker" "start" "-a" "70219019dc4e7a9633ddf6f63f320f20296afb3ff8e176f41345f3331b2ba9f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "70219019dc4e7a9633ddf6f63f320f20296afb3ff8e176f41345f3331b2ba9f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70219019dc4e7a9633ddf6f63f320f20296afb3ff8e176f41345f3331b2ba9f8", kill_on_drop: false }` [INFO] [stdout] 70219019dc4e7a9633ddf6f63f320f20296afb3ff8e176f41345f3331b2ba9f8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+149edce6c6ee840adb602803b96d083101ef3592" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4d060b7ac0ee35340e28c5e82dbfb9bd1b5d7c0ae523973c8e0b35ca48e6deec [INFO] running `Command { std: "docker" "start" "-a" "4d060b7ac0ee35340e28c5e82dbfb9bd1b5d7c0ae523973c8e0b35ca48e6deec", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Checking pin-project-lite v0.2.10 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Checking futures-io v0.3.28 [INFO] [stderr] Checking event-listener v2.5.3 [INFO] [stderr] Checking log v0.4.19 [INFO] [stderr] Checking parking v2.1.0 [INFO] [stderr] Checking fastrand v1.9.0 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking waker-fn v1.1.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling serde v1.0.171 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking async-lock v2.7.0 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Checking tracing-core v0.1.31 [INFO] [stderr] Checking smallvec v1.11.0 [INFO] [stderr] Compiling rustix v0.37.23 [INFO] [stderr] Checking concurrent-queue v2.2.0 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling async-trait v0.1.71 [INFO] [stderr] Compiling serde_json v1.0.103 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling polling v2.8.0 [INFO] [stderr] Compiling async-io v1.13.0 [INFO] [stderr] Checking percent-encoding v2.3.0 [INFO] [stderr] Checking unicode-bidi v0.3.13 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking linux-raw-sys v0.3.8 [INFO] [stderr] Checking futures-sink v0.3.28 [INFO] [stderr] Checking ryu v1.0.15 [INFO] [stderr] Checking itoa v1.0.9 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking async-task v4.4.0 [INFO] [stderr] Compiling quote v1.0.31 [INFO] [stderr] Checking unicode-normalization v0.1.22 [INFO] [stderr] Checking cookie-factory v0.3.2 [INFO] [stderr] Checking form_urlencoded v1.2.0 [INFO] [stderr] Checking async-channel v1.9.0 [INFO] [stderr] Checking futures-lite v1.13.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking atomic-waker v1.1.1 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking tcp-stream v0.26.1 [INFO] [stderr] Compiling amq-protocol v7.1.2 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling syn v2.0.26 [INFO] [stderr] Compiling tokio v1.29.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking regex-syntax v0.7.4 [INFO] [stderr] Compiling lapin v2.3.1 [INFO] [stderr] Checking hashbrown v0.14.0 [INFO] [stderr] Checking socket2 v0.4.9 [INFO] [stderr] Checking idna v0.4.0 [INFO] [stderr] Checking getrandom v0.2.10 [INFO] [stderr] Checking mio v0.8.8 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Checking bytes v1.4.0 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking uuid v1.4.1 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking tracing-log v0.1.3 [INFO] [stderr] Checking sharded-slab v0.1.4 [INFO] [stderr] Checking thread_local v1.1.7 [INFO] [stderr] Checking blocking v1.3.1 [INFO] [stderr] Checking async-executor v1.5.1 [INFO] [stderr] Checking url v2.4.0 [INFO] [stderr] Checking regex-automata v0.3.3 [INFO] [stderr] Checking dashmap v5.5.0 [INFO] [stderr] Checking tracing-subscriber v0.3.17 [INFO] [stderr] Checking regex v1.9.1 [INFO] [stderr] Checking futures v0.3.28 [INFO] [stderr] Checking async-global-executor v2.3.1 [INFO] [stderr] Compiling test-case-core v3.1.0 [INFO] [stderr] Compiling serde_derive v1.0.171 [INFO] [stderr] Compiling tracing-attributes v0.1.26 [INFO] [stderr] Compiling pin-project-internal v1.1.2 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling test-case-macros v3.1.0 [INFO] [stderr] Checking test-case v3.1.0 [INFO] [stderr] Checking executor-trait v2.1.0 [INFO] [stderr] Checking reactor-trait v1.1.0 [INFO] [stderr] Checking async-global-executor-trait v2.1.0 [INFO] [stderr] Checking async-reactor-trait v1.1.0 [INFO] [stderr] Checking pin-project v1.1.2 [INFO] [stderr] Checking flume v0.10.14 [INFO] [stderr] Checking tracing v0.1.37 [INFO] [stderr] Checking pinky-swear v6.1.0 [INFO] [stderr] Checking amq-protocol-types v7.1.2 [INFO] [stderr] Checking amq-protocol-uri v7.1.2 [INFO] [stderr] Checking amq-protocol-tcp v7.1.2 [INFO] [stderr] Checking knien v0.0.10 (/opt/rustwide/workdir) [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/chan/mod.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub use rpc::*; [INFO] [stdout] | ^^^^^^ the name `FrameBus` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 121 | pub use tests::*; [INFO] [stdout] | -------- but the name `FrameBus` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: private item shadows public glob re-export [INFO] [stdout] --> src/chan/mod.rs:124:1 [INFO] [stdout] | [INFO] [stdout] 124 | / mod tests { [INFO] [stdout] 125 | | use async_trait::async_trait; [INFO] [stdout] 126 | | use lapin::BasicProperties; [INFO] [stdout] 127 | | use serde::{Deserialize, Serialize}; [INFO] [stdout] ... | [INFO] [stdout] 175 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] note: the name `tests` in the type namespace is supposed to be publicly re-exported here [INFO] [stdout] --> src/chan/mod.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub use direct::*; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] note: but the private item here shadows it [INFO] [stdout] --> src/chan/mod.rs:124:1 [INFO] [stdout] | [INFO] [stdout] 124 | / mod tests { [INFO] [stdout] 125 | | use async_trait::async_trait; [INFO] [stdout] 126 | | use lapin::BasicProperties; [INFO] [stdout] 127 | | use serde::{Deserialize, Serialize}; [INFO] [stdout] ... | [INFO] [stdout] 175 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `#[warn(hidden_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `FrameBus` is never used [INFO] [stdout] --> src/chan/direct.rs:136:15 [INFO] [stdout] | [INFO] [stdout] 136 | bus = FrameBus, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `$crate::bus` which comes from the expansion of the macro `direct_bus` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `FrameCommBus` is never used [INFO] [stdout] --> src/chan/rpc/comm.rs:289:19 [INFO] [stdout] | [INFO] [stdout] 289 | rpc_comm_bus!(FrameCommBus, FramePayload, FramePayload, Result<(), FrameSendError>, u32, |args| format!( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `$crate::rpc_comm_bus` which comes from the expansion of the macro `rpc_comm_bus` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `FrameBus` is never used [INFO] [stdout] --> src/chan/mod.rs:158:25 [INFO] [stdout] | [INFO] [stdout] 158 | bus!("A frame bus", FrameBus); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bus` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an enum [INFO] [stdout] --> src/chan/rpc/mod.rs:408:5 [INFO] [stdout] | [INFO] [stdout] 408 | pub enum FrameSendError { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:2:9 [INFO] [stdout] | [INFO] [stdout] 2 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a variant [INFO] [stdout] --> src/chan/rpc/mod.rs:409:9 [INFO] [stdout] | [INFO] [stdout] 409 | ClientDisconnected, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a variant [INFO] [stdout] --> src/chan/rpc/mod.rs:410:9 [INFO] [stdout] | [INFO] [stdout] 410 | Other, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct [INFO] [stdout] --> src/chan/mod.rs:140:5 [INFO] [stdout] | [INFO] [stdout] 140 | pub struct FramePayload { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct field [INFO] [stdout] --> src/chan/mod.rs:141:9 [INFO] [stdout] | [INFO] [stdout] 141 | pub message: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a function [INFO] [stdout] --> src/chan/mod.rs:167:5 [INFO] [stdout] | [INFO] [stdout] 167 | pub fn setup_test_logging() -> DefaultGuard { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.22s [INFO] running `Command { std: "docker" "inspect" "4d060b7ac0ee35340e28c5e82dbfb9bd1b5d7c0ae523973c8e0b35ca48e6deec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d060b7ac0ee35340e28c5e82dbfb9bd1b5d7c0ae523973c8e0b35ca48e6deec", kill_on_drop: false }` [INFO] [stdout] 4d060b7ac0ee35340e28c5e82dbfb9bd1b5d7c0ae523973c8e0b35ca48e6deec