[INFO] fetching crate mm1 0.6.5...
[INFO] testing mm1-0.6.5 against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate mm1 0.6.5 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate mm1 0.6.5
[INFO] finished tweaking crates.io crate mm1 0.6.5
[INFO] tweaked toml for crates.io crate mm1 0.6.5 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate mm1 0.6.5 on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate mm1 0.6.5 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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e8631137d0e75a991988a954a452f26b1ac925816736fd323629411f3c0570d8
[INFO] running `Command { std: "docker" "start" "-a" "e8631137d0e75a991988a954a452f26b1ac925816736fd323629411f3c0570d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e8631137d0e75a991988a954a452f26b1ac925816736fd323629411f3c0570d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e8631137d0e75a991988a954a452f26b1ac925816736fd323629411f3c0570d8", kill_on_drop: false }`
[INFO] [stdout] e8631137d0e75a991988a954a452f26b1ac925816736fd323629411f3c0570d8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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 -Copt-level=3" "-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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] da30053621651b23896ce79cce6c78958268b7eb30d3acc33b99ecccf4ebb7c9
[INFO] running `Command { std: "docker" "start" "-a" "da30053621651b23896ce79cce6c78958268b7eb30d3acc33b99ecccf4ebb7c9", kill_on_drop: false }`
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling sdd v3.0.8
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling scc v2.3.4
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling mm1-proc-macros v0.6.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling mm1-proto v0.6.5
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling mm1-address v0.6.5
[INFO] [stderr]    Compiling mm1-proto-timer v0.6.5
[INFO] [stderr]    Compiling mm1-proto-ask v0.6.5
[INFO] [stderr]    Compiling mm1-proto-well-known v0.6.5
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling mm1-common v0.6.5
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling mm1-proto-system v0.6.5
[INFO] [stderr]    Compiling mm1-proto-named v0.6.5
[INFO] [stderr]    Compiling mm1-proto-network-management v0.6.5
[INFO] [stderr]    Compiling mm1-core v0.6.5
[INFO] [stderr]    Compiling mm1-proto-sup v0.6.5
[INFO] [stderr]    Compiling mm1-ask v0.6.5
[INFO] [stderr]    Compiling mm1-runnable v0.6.5
[INFO] [stderr]    Compiling mm1-timer v0.6.5
[INFO] [stderr]    Compiling mm1-name-service v0.6.5
[INFO] [stderr]    Compiling mm1-sup v0.6.5
[INFO] [stderr]    Compiling mm1-multinode v0.6.5
[INFO] [stderr]    Compiling mm1-node v0.6.5
[INFO] [stderr]    Compiling mm1 v0.6.5 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
[INFO] running `Command { std: "docker" "inspect" "da30053621651b23896ce79cce6c78958268b7eb30d3acc33b99ecccf4ebb7c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da30053621651b23896ce79cce6c78958268b7eb30d3acc33b99ecccf4ebb7c9", kill_on_drop: false }`
[INFO] [stdout] da30053621651b23896ce79cce6c78958268b7eb30d3acc33b99ecccf4ebb7c9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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 -Copt-level=3" "-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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0fce53a372be0d24219c8e70f9707ffbf1e7ae2036eb610754f36924a27d32f6
[INFO] running `Command { std: "docker" "start" "-a" "0fce53a372be0d24219c8e70f9707ffbf1e7ae2036eb610754f36924a27d32f6", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling mm1-common v0.6.5
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling mm1-proto-system v0.6.5
[INFO] [stderr]    Compiling mm1-proto-named v0.6.5
[INFO] [stderr]    Compiling mm1-proto-network-management v0.6.5
[INFO] [stderr]    Compiling mm1-core v0.6.5
[INFO] [stderr]    Compiling mm1-proto-sup v0.6.5
[INFO] [stderr]    Compiling mm1-ask v0.6.5
[INFO] [stderr]    Compiling mm1-runnable v0.6.5
[INFO] [stderr]    Compiling mm1-timer v0.6.5
[INFO] [stderr]    Compiling mm1-name-service v0.6.5
[INFO] [stderr]    Compiling mm1-sup v0.6.5
[INFO] [stderr]    Compiling mm1-multinode v0.6.5
[INFO] [stderr]    Compiling mm1-node v0.6.5
[INFO] [stderr]    Compiling mm1 v0.6.5 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling structopt v0.3.26
[INFO] [stderr]    Compiling mm1-logger v0.6.5
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s
[INFO] running `Command { std: "docker" "inspect" "0fce53a372be0d24219c8e70f9707ffbf1e7ae2036eb610754f36924a27d32f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0fce53a372be0d24219c8e70f9707ffbf1e7ae2036eb610754f36924a27d32f6", kill_on_drop: false }`
[INFO] [stdout] 0fce53a372be0d24219c8e70f9707ffbf1e7ae2036eb610754f36924a27d32f6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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 -Copt-level=3" "-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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e617192b40fc0b7d276021ac0f5f5a45f802df81a59c0b23a708ee8848c2cfe7
[INFO] running `Command { std: "docker" "start" "-a" "e617192b40fc0b7d276021ac0f5f5a45f802df81a59c0b23a708ee8848c2cfe7", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mm1-7d401b7cd5368924)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests mm1
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - proto::message (line 14) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - proto::message (line 14) stdout ----
[INFO] [stdout] error: cannot find attribute `message` in this scope
[INFO] [stdout]  --> src/lib.rs:21:3
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[message]
[INFO] [stdout]   |   ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these attribute macros
[INFO] [stdout]   |
[INFO] [stdout] 2 + use mm1::proto::message;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use mm1_proto::message;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `message` in this scope
[INFO] [stdout]  --> src/lib.rs:15:3
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[message]
[INFO] [stdout]   |   ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these attribute macros
[INFO] [stdout]   |
[INFO] [stdout] 2 + use mm1::proto::message;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use mm1_proto::message;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Address` in this scope
[INFO] [stdout]  --> src/lib.rs:17:15
[INFO] [stdout]   |
[INFO] [stdout] 5 |     reply_to: Address,
[INFO] [stdout]   |               ^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]   |
[INFO] [stdout] 2 + use mm1::address::Address;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use mm1_address::address::Address;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Duration` in this scope
[INFO] [stdout]  --> src/lib.rs:18:15
[INFO] [stdout]   |
[INFO] [stdout] 6 |     timeout:  Duration,
[INFO] [stdout]   |               ^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::time::Duration;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use tokio::time::Duration;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Unique` in this scope
[INFO] [stdout]   --> src/lib.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |     io: Unique<TcpStream>,
[INFO] [stdout]    |         ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `TcpStream` in this scope
[INFO] [stdout]   --> src/lib.rs:23:16
[INFO] [stdout]    |
[INFO] [stdout] 11 |     io: Unique<TcpStream>,
[INFO] [stdout]    |                ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 2  + use std::net::TcpStream;
[INFO] [stdout]    |
[INFO] [stdout] 2  + use tokio::net::TcpStream;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - proto::message (line 14)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "e617192b40fc0b7d276021ac0f5f5a45f802df81a59c0b23a708ee8848c2cfe7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e617192b40fc0b7d276021ac0f5f5a45f802df81a59c0b23a708ee8848c2cfe7", kill_on_drop: false }`
[INFO] [stdout] e617192b40fc0b7d276021ac0f5f5a45f802df81a59c0b23a708ee8848c2cfe7
