Nov 16 19:48:02.661 INFO testing mfranciszkiewicz/golem-core-rs against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 16 19:48:02.661 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 16 19:48:02.979 INFO [stdout] f6741898b8fdc4be88825d8ac30d8351fa8961431b6b0036e2a2f74f500e9e06 Nov 16 19:48:02.984 INFO running `"docker" "start" "-a" "f6741898b8fdc4be88825d8ac30d8351fa8961431b6b0036e2a2f74f500e9e06"` Nov 16 19:48:03.579 INFO [stderr] usermod: no changes Nov 16 19:48:03.832 INFO [stderr] Compiling mio v0.6.14 Nov 16 19:48:03.832 INFO [stderr] Compiling tokio-io v0.1.7 Nov 16 19:48:03.832 INFO [stderr] Compiling semver v0.9.0 Nov 16 19:48:03.840 INFO [stderr] Compiling parking_lot_core v0.2.14 Nov 16 19:48:03.841 INFO [stderr] Compiling tokio-threadpool v0.1.4 Nov 16 19:48:03.841 INFO [stderr] Compiling backtrace v0.2.3 Nov 16 19:48:03.842 INFO [stderr] Compiling failure v0.1.1 Nov 16 19:48:07.659 INFO [stderr] Compiling error-chain v0.1.12 Nov 16 19:48:07.674 INFO [stderr] Compiling parking_lot v0.5.5 Nov 16 19:48:07.783 INFO [stderr] Compiling cargo_metadata v0.5.6 Nov 16 19:48:09.107 INFO [stderr] Compiling tokio-codec v0.1.0 Nov 16 19:48:11.119 INFO [stderr] Compiling crossbeam-channel v0.1.3 Nov 16 19:48:11.861 INFO [stderr] Compiling tokio-fs v0.1.1 Nov 16 19:48:12.150 INFO [stderr] Compiling tokio-reactor v0.1.2 Nov 16 19:48:12.150 INFO [stderr] Compiling mio-uds v0.6.6 Nov 16 19:48:17.527 INFO [stderr] Compiling tokio-tcp v0.1.0 Nov 16 19:48:17.527 INFO [stderr] Compiling tokio-udp v0.1.1 Nov 16 19:48:18.159 INFO [stderr] Compiling skeptic v0.13.3 Nov 16 19:48:19.991 INFO [stderr] Compiling tokio v0.1.7 Nov 16 19:48:24.259 INFO [stderr] Compiling tokio-core v0.1.17 Nov 16 19:48:24.379 INFO [stderr] Compiling actix v0.5.8 Nov 16 19:48:29.259 INFO [stderr] Compiling trust-dns-proto v0.3.3 Nov 16 19:48:29.259 INFO [stderr] Compiling tokio-signal v0.1.5 Nov 16 19:48:38.184 INFO [stderr] Compiling trust-dns-resolver v0.8.2 Nov 16 19:48:52.991 INFO [stderr] Compiling net v0.1.0 (/source/net) Nov 16 19:48:54.791 INFO [stderr] warning: cannot find type `Message` in this scope Nov 16 19:48:54.791 INFO [stderr] --> net/src/codec/message.rs:7:48 Nov 16 19:48:54.791 INFO [stderr] | Nov 16 19:48:54.791 INFO [stderr] 7 | #[derive(Serialize, Deserialize, Debug, Clone, Message)] Nov 16 19:48:54.791 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:48:54.791 INFO [stderr] | Nov 16 19:48:54.791 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 16 19:48:54.791 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:48:54.791 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:48:54.791 INFO [stderr] Nov 16 19:48:54.801 INFO [stderr] warning: cannot find type `SendMessage` in this scope Nov 16 19:48:54.801 INFO [stderr] --> net/src/transport/message.rs:20:10 Nov 16 19:48:54.801 INFO [stderr] | Nov 16 19:48:54.801 INFO [stderr] 20 | #[derive(Message, Debug)] Nov 16 19:48:54.801 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:48:54.801 INFO [stderr] | Nov 16 19:48:54.801 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:48:54.801 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:48:54.801 INFO [stderr] Nov 16 19:48:54.801 INFO [stderr] warning: cannot find type `EmptyResult` in this scope Nov 16 19:48:54.801 INFO [stderr] --> net/src/transport/message.rs:20:10 Nov 16 19:48:54.801 INFO [stderr] | Nov 16 19:48:54.801 INFO [stderr] 20 | #[derive(Message, Debug)] Nov 16 19:48:54.801 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:48:54.801 INFO [stderr] | Nov 16 19:48:54.801 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:48:54.801 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:48:54.801 INFO [stderr] Nov 16 19:48:54.801 INFO [stderr] warning: cannot find type `SessionSendMessage` in this scope Nov 16 19:48:54.801 INFO [stderr] --> net/src/transport/message.rs:30:10 Nov 16 19:48:54.801 INFO [stderr] | Nov 16 19:48:54.801 INFO [stderr] 30 | #[derive(Message, Debug)] Nov 16 19:48:54.801 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:48:54.801 INFO [stderr] | Nov 16 19:48:54.801 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:48:54.801 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:48:54.801 INFO [stderr] Nov 16 19:48:54.801 INFO [stderr] warning: cannot find type `NoResult` in this scope Nov 16 19:48:54.801 INFO [stderr] --> net/src/transport/message.rs:30:10 Nov 16 19:48:54.801 INFO [stderr] | Nov 16 19:48:54.801 INFO [stderr] 30 | #[derive(Message, Debug)] Nov 16 19:48:54.801 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:48:54.801 INFO [stderr] | Nov 16 19:48:54.801 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:48:54.801 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:48:54.801 INFO [stderr] Nov 16 19:48:54.801 INFO [stderr] warning: cannot find type `Connect` in this scope Nov 16 19:48:54.801 INFO [stderr] --> net/src/transport/message.rs:39:10 Nov 16 19:48:54.801 INFO [stderr] | Nov 16 19:48:54.801 INFO [stderr] 39 | #[derive(Message, Debug)] Nov 16 19:48:54.801 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:48:54.801 INFO [stderr] | Nov 16 19:48:54.801 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:48:54.801 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:48:54.801 INFO [stderr] Nov 16 19:48:54.801 INFO [stderr] warning: cannot find type `EmptyResult` in this scope Nov 16 19:48:54.801 INFO [stderr] --> net/src/transport/message.rs:39:10 Nov 16 19:48:54.801 INFO [stderr] | Nov 16 19:48:54.801 INFO [stderr] 39 | #[derive(Message, Debug)] Nov 16 19:48:54.801 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:48:54.801 INFO [stderr] | Nov 16 19:48:54.801 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:48:54.801 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:48:54.801 INFO [stderr] Nov 16 19:48:54.801 INFO [stderr] warning: cannot find type `Disconnect` in this scope Nov 16 19:48:54.801 INFO [stderr] --> net/src/transport/message.rs:48:10 Nov 16 19:48:54.801 INFO [stderr] | Nov 16 19:48:54.801 INFO [stderr] 48 | #[derive(Message, Debug)] Nov 16 19:48:54.801 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:48:54.801 INFO [stderr] | Nov 16 19:48:54.801 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:48:54.801 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:48:54.801 INFO [stderr] Nov 16 19:48:54.801 INFO [stderr] warning: cannot find type `EmptyResult` in this scope Nov 16 19:48:54.801 INFO [stderr] --> net/src/transport/message.rs:48:10 Nov 16 19:48:54.801 INFO [stderr] | Nov 16 19:48:54.801 INFO [stderr] 48 | #[derive(Message, Debug)] Nov 16 19:48:54.801 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:48:54.801 INFO [stderr] | Nov 16 19:48:54.801 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:48:54.801 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:48:54.801 INFO [stderr] Nov 16 19:48:54.801 INFO [stderr] warning: cannot find type `Stop` in this scope Nov 16 19:48:54.801 INFO [stderr] --> net/src/transport/message.rs:57:10 Nov 16 19:48:54.801 INFO [stderr] | Nov 16 19:48:54.801 INFO [stderr] 57 | #[derive(Message, Clone, Debug)] Nov 16 19:48:54.801 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:48:54.802 INFO [stderr] | Nov 16 19:48:54.802 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:48:54.802 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:48:54.802 INFO [stderr] Nov 16 19:48:54.802 INFO [stderr] warning: cannot find type `EmptyResult` in this scope Nov 16 19:48:54.802 INFO [stderr] --> net/src/transport/message.rs:57:10 Nov 16 19:48:54.802 INFO [stderr] | Nov 16 19:48:54.802 INFO [stderr] 57 | #[derive(Message, Clone, Debug)] Nov 16 19:48:54.802 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:48:54.802 INFO [stderr] | Nov 16 19:48:54.802 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:48:54.802 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:48:54.802 INFO [stderr] Nov 16 19:48:54.802 INFO [stderr] warning: cannot find type `ReceivedMessage` in this scope Nov 16 19:48:54.802 INFO [stderr] --> net/src/transport/message.rs:67:10 Nov 16 19:48:54.802 INFO [stderr] | Nov 16 19:48:54.802 INFO [stderr] 67 | #[derive(Message, Debug)] Nov 16 19:48:54.802 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:48:54.802 INFO [stderr] | Nov 16 19:48:54.802 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:48:54.802 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:48:54.802 INFO [stderr] Nov 16 19:48:54.802 INFO [stderr] warning: cannot find type `NoResult` in this scope Nov 16 19:48:54.802 INFO [stderr] --> net/src/transport/message.rs:67:10 Nov 16 19:48:54.802 INFO [stderr] | Nov 16 19:48:54.802 INFO [stderr] 67 | #[derive(Message, Debug)] Nov 16 19:48:54.802 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:48:54.802 INFO [stderr] | Nov 16 19:48:54.802 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:48:54.802 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:48:54.802 INFO [stderr] Nov 16 19:48:54.802 INFO [stderr] warning: cannot find type `Network` in this scope Nov 16 19:48:54.802 INFO [stderr] --> net/src/transport/message.rs:77:10 Nov 16 19:48:54.802 INFO [stderr] | Nov 16 19:48:54.802 INFO [stderr] 77 | #[derive(Message)] Nov 16 19:48:54.802 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:48:54.802 INFO [stderr] | Nov 16 19:48:54.802 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:48:54.802 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:48:54.802 INFO [stderr] Nov 16 19:48:54.802 INFO [stderr] warning: cannot find type `Listening` in this scope Nov 16 19:48:54.802 INFO [stderr] --> net/src/transport/message.rs:77:10 Nov 16 19:48:54.802 INFO [stderr] | Nov 16 19:48:54.802 INFO [stderr] 77 | #[derive(Message)] Nov 16 19:48:54.802 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:48:54.802 INFO [stderr] | Nov 16 19:48:54.802 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:48:54.802 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:48:54.802 INFO [stderr] Nov 16 19:48:54.802 INFO [stderr] warning: cannot find type `NoResult` in this scope Nov 16 19:48:54.802 INFO [stderr] --> net/src/transport/message.rs:77:10 Nov 16 19:48:54.802 INFO [stderr] | Nov 16 19:48:54.802 INFO [stderr] 77 | #[derive(Message)] Nov 16 19:48:54.802 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:48:54.802 INFO [stderr] | Nov 16 19:48:54.802 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:48:54.802 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:48:54.802 INFO [stderr] Nov 16 19:48:54.802 INFO [stderr] warning: cannot find type `Network` in this scope Nov 16 19:48:54.802 INFO [stderr] --> net/src/transport/message.rs:94:10 Nov 16 19:48:54.802 INFO [stderr] | Nov 16 19:48:54.802 INFO [stderr] 94 | #[derive(Message)] Nov 16 19:48:54.802 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:48:54.802 INFO [stderr] | Nov 16 19:48:54.802 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:48:54.802 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:48:54.802 INFO [stderr] Nov 16 19:48:54.802 INFO [stderr] warning: cannot find type `Stopped` in this scope Nov 16 19:48:54.802 INFO [stderr] --> net/src/transport/message.rs:94:10 Nov 16 19:48:54.802 INFO [stderr] | Nov 16 19:48:54.802 INFO [stderr] 94 | #[derive(Message)] Nov 16 19:48:54.802 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:48:54.802 INFO [stderr] | Nov 16 19:48:54.802 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:48:54.802 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:48:54.802 INFO [stderr] Nov 16 19:48:54.802 INFO [stderr] warning: cannot find type `NoResult` in this scope Nov 16 19:48:54.802 INFO [stderr] --> net/src/transport/message.rs:94:10 Nov 16 19:48:54.802 INFO [stderr] | Nov 16 19:48:54.802 INFO [stderr] 94 | #[derive(Message)] Nov 16 19:48:54.802 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:48:54.802 INFO [stderr] | Nov 16 19:48:54.802 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:48:54.802 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:48:54.802 INFO [stderr] Nov 16 19:48:54.802 INFO [stderr] warning: cannot find type `Network` in this scope Nov 16 19:48:54.802 INFO [stderr] --> net/src/transport/message.rs:111:10 Nov 16 19:48:54.803 INFO [stderr] | Nov 16 19:48:54.803 INFO [stderr] 111 | #[derive(Message)] Nov 16 19:48:54.803 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:48:54.803 INFO [stderr] | Nov 16 19:48:54.803 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:48:54.803 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:48:54.803 INFO [stderr] Nov 16 19:48:54.803 INFO [stderr] warning: cannot find type `Connected` in this scope Nov 16 19:48:54.803 INFO [stderr] --> net/src/transport/message.rs:111:10 Nov 16 19:48:54.803 INFO [stderr] | Nov 16 19:48:54.803 INFO [stderr] 111 | #[derive(Message)] Nov 16 19:48:54.803 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:48:54.803 INFO [stderr] | Nov 16 19:48:54.803 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:48:54.803 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:48:54.803 INFO [stderr] Nov 16 19:48:54.803 INFO [stderr] warning: cannot find type `NoResult` in this scope Nov 16 19:48:54.803 INFO [stderr] --> net/src/transport/message.rs:111:10 Nov 16 19:48:54.803 INFO [stderr] | Nov 16 19:48:54.803 INFO [stderr] 111 | #[derive(Message)] Nov 16 19:48:54.803 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:48:54.803 INFO [stderr] | Nov 16 19:48:54.803 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:48:54.803 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:48:54.803 INFO [stderr] Nov 16 19:48:54.803 INFO [stderr] warning: cannot find type `Disconnected` in this scope Nov 16 19:48:54.803 INFO [stderr] --> net/src/transport/message.rs:130:10 Nov 16 19:48:54.803 INFO [stderr] | Nov 16 19:48:54.803 INFO [stderr] 130 | #[derive(Message, Debug)] Nov 16 19:48:54.803 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:48:54.803 INFO [stderr] | Nov 16 19:48:54.803 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:48:54.803 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:48:54.803 INFO [stderr] Nov 16 19:48:54.803 INFO [stderr] warning: cannot find type `NoResult` in this scope Nov 16 19:48:54.803 INFO [stderr] --> net/src/transport/message.rs:130:10 Nov 16 19:48:54.803 INFO [stderr] | Nov 16 19:48:54.803 INFO [stderr] 130 | #[derive(Message, Debug)] Nov 16 19:48:54.803 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:48:54.803 INFO [stderr] | Nov 16 19:48:54.803 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:48:54.803 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:48:54.803 INFO [stderr] Nov 16 19:48:54.803 INFO [stderr] warning: cannot find type `CreateSession` in this scope Nov 16 19:48:54.803 INFO [stderr] --> net/src/transport/tcp.rs:26:17 Nov 16 19:48:54.803 INFO [stderr] | Nov 16 19:48:54.803 INFO [stderr] 26 | #[derive(Debug, Message)] Nov 16 19:48:54.803 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:48:54.803 INFO [stderr] | Nov 16 19:48:54.803 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:48:54.803 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:48:54.803 INFO [stderr] Nov 16 19:48:54.803 INFO [stderr] warning: cannot find type `UdpPacket` in this scope Nov 16 19:48:54.803 INFO [stderr] --> net/src/transport/udp.rs:26:10 Nov 16 19:48:54.803 INFO [stderr] | Nov 16 19:48:54.803 INFO [stderr] 26 | #[derive(Message)] Nov 16 19:48:54.803 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 16 19:48:54.803 INFO [stderr] | Nov 16 19:48:54.803 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 16 19:48:54.803 INFO [stderr] = note: for more information, see issue #50504 Nov 16 19:48:54.803 INFO [stderr] Nov 16 19:48:58.399 INFO [stderr] Compiling golem-core v0.1.0 (/source) Nov 16 19:48:58.739 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 55.14s Nov 16 19:48:58.753 INFO [stderr] su: No module specific data is present Nov 16 19:48:59.341 INFO running `"docker" "inspect" "f6741898b8fdc4be88825d8ac30d8351fa8961431b6b0036e2a2f74f500e9e06"` Nov 16 19:48:59.625 INFO running `"docker" "rm" "-f" "f6741898b8fdc4be88825d8ac30d8351fa8961431b6b0036e2a2f74f500e9e06"` Nov 16 19:48:59.771 INFO [stdout] f6741898b8fdc4be88825d8ac30d8351fa8961431b6b0036e2a2f74f500e9e06 Nov 16 19:48:59.773 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 16 19:49:00.078 INFO [stdout] 0c953617ff59e42aa92821b2628e90118353800b892961d75a93f55f5c176c92 Nov 16 19:49:00.080 INFO running `"docker" "start" "-a" "0c953617ff59e42aa92821b2628e90118353800b892961d75a93f55f5c176c92"` Nov 16 19:49:00.634 INFO [stderr] usermod: no changes Nov 16 19:49:00.849 INFO [stderr] Compiling golem-core v0.1.0 (/source) Nov 16 19:49:01.391 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.72s Nov 16 19:49:01.402 INFO [stderr] su: No module specific data is present Nov 16 19:49:02.261 INFO running `"docker" "inspect" "0c953617ff59e42aa92821b2628e90118353800b892961d75a93f55f5c176c92"` Nov 16 19:49:02.481 INFO running `"docker" "rm" "-f" "0c953617ff59e42aa92821b2628e90118353800b892961d75a93f55f5c176c92"` Nov 16 19:49:02.703 INFO [stdout] 0c953617ff59e42aa92821b2628e90118353800b892961d75a93f55f5c176c92 Nov 16 19:49:02.710 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 16 19:49:03.164 INFO [stdout] 7ead27aced50c9c393afd1442b0ea0a47bb3b81a84193cb6648adf9f4a6b655a Nov 16 19:49:03.169 INFO running `"docker" "start" "-a" "7ead27aced50c9c393afd1442b0ea0a47bb3b81a84193cb6648adf9f4a6b655a"` Nov 16 19:49:04.239 INFO [stderr] usermod: no changes Nov 16 19:49:04.424 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.17s Nov 16 19:49:04.442 INFO [stderr] Running /target/debug/deps/golem_core-f7a9cfdf4b50f188 Nov 16 19:49:04.445 INFO [stdout] Nov 16 19:49:04.445 INFO [stdout] running 0 tests Nov 16 19:49:04.445 INFO [stdout] Nov 16 19:49:04.446 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 19:49:04.446 INFO [stdout] Nov 16 19:49:04.450 INFO [stderr] Doc-tests golem-core Nov 16 19:49:04.801 INFO [stdout] Nov 16 19:49:04.801 INFO [stdout] running 0 tests Nov 16 19:49:04.801 INFO [stdout] Nov 16 19:49:04.801 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 19:49:04.801 INFO [stdout] Nov 16 19:49:04.807 INFO [stderr] su: No module specific data is present Nov 16 19:49:05.746 INFO running `"docker" "inspect" "7ead27aced50c9c393afd1442b0ea0a47bb3b81a84193cb6648adf9f4a6b655a"` Nov 16 19:49:06.061 INFO running `"docker" "rm" "-f" "7ead27aced50c9c393afd1442b0ea0a47bb3b81a84193cb6648adf9f4a6b655a"` Nov 16 19:49:06.155 INFO [stdout] 7ead27aced50c9c393afd1442b0ea0a47bb3b81a84193cb6648adf9f4a6b655a