Oct 12 17:30:10.390 INFO checking mfranciszkiewicz/golem-core-rs against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 17:30:10.392 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-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"` Oct 12 17:30:10.804 INFO blam! b4c4a14a897d60b0e18b586f7404c407d6d103e9a11a129ad612c369f177347a Oct 12 17:30:10.816 INFO running `"docker" "start" "-a" "b4c4a14a897d60b0e18b586f7404c407d6d103e9a11a129ad612c369f177347a"` Oct 12 17:30:11.312 INFO kablam! usermod: no changes Oct 12 17:30:11.628 INFO kablam! Compiling winapi v0.2.8 Oct 12 17:30:11.629 INFO kablam! Compiling utf8-ranges v0.1.3 Oct 12 17:30:11.629 INFO kablam! Compiling regex-syntax v0.3.9 Oct 12 17:30:11.656 INFO kablam! Compiling cpython v0.1.0 Oct 12 17:30:11.656 INFO kablam! Checking spin v0.4.9 Oct 12 17:30:11.656 INFO kablam! Compiling memchr v0.1.11 Oct 12 17:30:11.656 INFO kablam! Compiling memchr v2.0.1 Oct 12 17:30:11.656 INFO kablam! Compiling regex-syntax v0.5.6 Oct 12 17:30:12.580 INFO kablam! Compiling serde v1.0.66 Oct 12 17:30:13.503 INFO kablam! Compiling thread_local v0.3.5 Oct 12 17:30:13.760 INFO kablam! Checking mio-uds v0.6.6 Oct 12 17:30:13.804 INFO kablam! Compiling aho-corasick v0.6.4 Oct 12 17:30:13.832 INFO kablam! Checking bincode v0.9.2 Oct 12 17:30:14.841 INFO kablam! Checking parking_lot_core v0.2.14 Oct 12 17:30:17.036 INFO kablam! Compiling pyo3cls v0.2.7 Oct 12 17:30:17.084 INFO kablam! Compiling aho-corasick v0.5.3 Oct 12 17:30:18.416 INFO kablam! Compiling backtrace v0.3.8 Oct 12 17:30:18.416 INFO kablam! Compiling kernel32-sys v0.2.2 Oct 12 17:30:18.456 INFO kablam! Checking parking_lot v0.5.5 Oct 12 17:30:19.746 INFO kablam! Compiling thread-id v2.0.0 Oct 12 17:30:25.717 INFO kablam! Compiling thread_local v0.2.7 Oct 12 17:30:25.818 INFO kablam! Compiling error-chain v0.11.0 Oct 12 17:30:26.001 INFO kablam! Checking crossbeam-channel v0.1.3 Oct 12 17:30:26.003 INFO kablam! Checking trust-dns-proto v0.3.3 Oct 12 17:30:26.500 INFO kablam! Checking tokio-signal v0.1.5 Oct 12 17:30:28.781 INFO kablam! Compiling regex v0.1.80 Oct 12 17:30:49.884 INFO kablam! Compiling regex v0.2.11 Oct 12 17:30:51.856 INFO kablam! Checking trust-dns-resolver v0.8.2 Oct 12 17:31:01.480 INFO kablam! Compiling python3-sys v0.1.3 Oct 12 17:31:10.116 INFO kablam! Compiling semver v0.9.0 Oct 12 17:31:10.117 INFO kablam! Compiling serde_json v1.0.21 Oct 12 17:31:10.220 INFO kablam! Compiling pyo3 v0.2.7 Oct 12 17:31:16.874 INFO kablam! Compiling cargo_metadata v0.5.6 Oct 12 17:31:21.676 INFO kablam! Compiling skeptic v0.13.3 Oct 12 17:31:25.756 INFO kablam! Compiling actix v0.5.8 Oct 12 17:31:32.040 INFO kablam! Checking net v0.1.0 (/source/net) Oct 12 17:31:34.534 INFO kablam! warning: cannot find type `Message` in this scope Oct 12 17:31:34.534 INFO kablam! --> net/src/codec/message.rs:7:48 Oct 12 17:31:34.534 INFO kablam! | Oct 12 17:31:34.534 INFO kablam! 7 | #[derive(Serialize, Deserialize, Debug, Clone, Message)] Oct 12 17:31:34.534 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:34.534 INFO kablam! | Oct 12 17:31:34.534 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 12 17:31:34.534 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:34.534 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:34.534 INFO kablam! Oct 12 17:31:34.534 INFO kablam! warning: cannot find type `SendMessage` in this scope Oct 12 17:31:34.534 INFO kablam! --> net/src/transport/message.rs:20:10 Oct 12 17:31:34.534 INFO kablam! | Oct 12 17:31:34.534 INFO kablam! 20 | #[derive(Message, Debug)] Oct 12 17:31:34.534 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:34.534 INFO kablam! | Oct 12 17:31:34.534 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:34.534 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:34.535 INFO kablam! Oct 12 17:31:34.535 INFO kablam! warning: cannot find type `EmptyResult` in this scope Oct 12 17:31:34.535 INFO kablam! --> net/src/transport/message.rs:20:10 Oct 12 17:31:34.535 INFO kablam! | Oct 12 17:31:34.535 INFO kablam! 20 | #[derive(Message, Debug)] Oct 12 17:31:34.535 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:34.535 INFO kablam! | Oct 12 17:31:34.535 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:34.535 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:34.535 INFO kablam! Oct 12 17:31:34.536 INFO kablam! warning: cannot find type `SessionSendMessage` in this scope Oct 12 17:31:34.536 INFO kablam! --> net/src/transport/message.rs:30:10 Oct 12 17:31:34.536 INFO kablam! | Oct 12 17:31:34.536 INFO kablam! 30 | #[derive(Message, Debug)] Oct 12 17:31:34.536 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:34.536 INFO kablam! | Oct 12 17:31:34.536 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:34.536 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:34.536 INFO kablam! Oct 12 17:31:34.536 INFO kablam! warning: cannot find type `NoResult` in this scope Oct 12 17:31:34.536 INFO kablam! --> net/src/transport/message.rs:30:10 Oct 12 17:31:34.536 INFO kablam! | Oct 12 17:31:34.536 INFO kablam! 30 | #[derive(Message, Debug)] Oct 12 17:31:34.536 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:34.536 INFO kablam! | Oct 12 17:31:34.537 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:34.537 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:34.537 INFO kablam! Oct 12 17:31:34.537 INFO kablam! warning: cannot find type `Connect` in this scope Oct 12 17:31:34.537 INFO kablam! --> net/src/transport/message.rs:39:10 Oct 12 17:31:34.537 INFO kablam! | Oct 12 17:31:34.537 INFO kablam! 39 | #[derive(Message, Debug)] Oct 12 17:31:34.537 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:34.537 INFO kablam! | Oct 12 17:31:34.537 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:34.537 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:34.537 INFO kablam! Oct 12 17:31:34.537 INFO kablam! warning: cannot find type `EmptyResult` in this scope Oct 12 17:31:34.537 INFO kablam! --> net/src/transport/message.rs:39:10 Oct 12 17:31:34.537 INFO kablam! | Oct 12 17:31:34.537 INFO kablam! 39 | #[derive(Message, Debug)] Oct 12 17:31:34.537 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:34.537 INFO kablam! | Oct 12 17:31:34.537 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:34.537 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:34.537 INFO kablam! Oct 12 17:31:34.537 INFO kablam! warning: cannot find type `Disconnect` in this scope Oct 12 17:31:34.538 INFO kablam! --> net/src/transport/message.rs:48:10 Oct 12 17:31:34.538 INFO kablam! | Oct 12 17:31:34.538 INFO kablam! 48 | #[derive(Message, Debug)] Oct 12 17:31:34.538 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:34.538 INFO kablam! | Oct 12 17:31:34.538 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:34.538 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:34.538 INFO kablam! Oct 12 17:31:34.538 INFO kablam! warning: cannot find type `EmptyResult` in this scope Oct 12 17:31:34.538 INFO kablam! --> net/src/transport/message.rs:48:10 Oct 12 17:31:34.538 INFO kablam! | Oct 12 17:31:34.538 INFO kablam! 48 | #[derive(Message, Debug)] Oct 12 17:31:34.538 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:34.538 INFO kablam! | Oct 12 17:31:34.538 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:34.538 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:34.538 INFO kablam! Oct 12 17:31:34.539 INFO kablam! warning: cannot find type `Stop` in this scope Oct 12 17:31:34.539 INFO kablam! --> net/src/transport/message.rs:57:10 Oct 12 17:31:34.539 INFO kablam! | Oct 12 17:31:34.539 INFO kablam! 57 | #[derive(Message, Clone, Debug)] Oct 12 17:31:34.539 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:34.539 INFO kablam! | Oct 12 17:31:34.539 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:34.539 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:34.539 INFO kablam! Oct 12 17:31:34.539 INFO kablam! warning: cannot find type `EmptyResult` in this scope Oct 12 17:31:34.539 INFO kablam! --> net/src/transport/message.rs:57:10 Oct 12 17:31:34.539 INFO kablam! | Oct 12 17:31:34.539 INFO kablam! 57 | #[derive(Message, Clone, Debug)] Oct 12 17:31:34.539 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:34.539 INFO kablam! | Oct 12 17:31:34.539 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:34.539 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:34.539 INFO kablam! Oct 12 17:31:34.539 INFO kablam! warning: cannot find type `ReceivedMessage` in this scope Oct 12 17:31:34.539 INFO kablam! --> net/src/transport/message.rs:67:10 Oct 12 17:31:34.540 INFO kablam! | Oct 12 17:31:34.540 INFO kablam! 67 | #[derive(Message, Debug)] Oct 12 17:31:34.540 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:34.540 INFO kablam! | Oct 12 17:31:34.540 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:34.540 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:34.540 INFO kablam! Oct 12 17:31:34.540 INFO kablam! warning: cannot find type `NoResult` in this scope Oct 12 17:31:34.540 INFO kablam! --> net/src/transport/message.rs:67:10 Oct 12 17:31:34.540 INFO kablam! | Oct 12 17:31:34.540 INFO kablam! 67 | #[derive(Message, Debug)] Oct 12 17:31:34.540 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:34.540 INFO kablam! | Oct 12 17:31:34.540 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:34.540 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:34.540 INFO kablam! Oct 12 17:31:34.541 INFO kablam! warning: cannot find type `Network` in this scope Oct 12 17:31:34.541 INFO kablam! --> net/src/transport/message.rs:77:10 Oct 12 17:31:34.541 INFO kablam! | Oct 12 17:31:34.541 INFO kablam! 77 | #[derive(Message)] Oct 12 17:31:34.541 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:34.541 INFO kablam! | Oct 12 17:31:34.541 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:34.541 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:34.541 INFO kablam! Oct 12 17:31:34.541 INFO kablam! warning: cannot find type `Listening` in this scope Oct 12 17:31:34.541 INFO kablam! --> net/src/transport/message.rs:77:10 Oct 12 17:31:34.541 INFO kablam! | Oct 12 17:31:34.541 INFO kablam! 77 | #[derive(Message)] Oct 12 17:31:34.541 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:34.541 INFO kablam! | Oct 12 17:31:34.541 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:34.541 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:34.541 INFO kablam! Oct 12 17:31:34.541 INFO kablam! warning: cannot find type `NoResult` in this scope Oct 12 17:31:34.541 INFO kablam! --> net/src/transport/message.rs:77:10 Oct 12 17:31:34.541 INFO kablam! | Oct 12 17:31:34.541 INFO kablam! 77 | #[derive(Message)] Oct 12 17:31:34.541 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:34.541 INFO kablam! | Oct 12 17:31:34.541 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:34.541 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:34.541 INFO kablam! Oct 12 17:31:34.541 INFO kablam! warning: cannot find type `Network` in this scope Oct 12 17:31:34.541 INFO kablam! --> net/src/transport/message.rs:94:10 Oct 12 17:31:34.541 INFO kablam! | Oct 12 17:31:34.541 INFO kablam! 94 | #[derive(Message)] Oct 12 17:31:34.541 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:34.542 INFO kablam! | Oct 12 17:31:34.542 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:34.542 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:34.542 INFO kablam! Oct 12 17:31:34.542 INFO kablam! warning: cannot find type `Stopped` in this scope Oct 12 17:31:34.542 INFO kablam! --> net/src/transport/message.rs:94:10 Oct 12 17:31:34.542 INFO kablam! | Oct 12 17:31:34.542 INFO kablam! 94 | #[derive(Message)] Oct 12 17:31:34.542 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:34.542 INFO kablam! | Oct 12 17:31:34.542 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:34.542 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:34.542 INFO kablam! Oct 12 17:31:34.542 INFO kablam! warning: cannot find type `NoResult` in this scope Oct 12 17:31:34.542 INFO kablam! --> net/src/transport/message.rs:94:10 Oct 12 17:31:34.542 INFO kablam! | Oct 12 17:31:34.542 INFO kablam! 94 | #[derive(Message)] Oct 12 17:31:34.542 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:34.542 INFO kablam! | Oct 12 17:31:34.542 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:34.542 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:34.542 INFO kablam! Oct 12 17:31:34.542 INFO kablam! warning: cannot find type `Network` in this scope Oct 12 17:31:34.542 INFO kablam! --> net/src/transport/message.rs:111:10 Oct 12 17:31:34.542 INFO kablam! | Oct 12 17:31:34.542 INFO kablam! 111 | #[derive(Message)] Oct 12 17:31:34.543 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:34.543 INFO kablam! | Oct 12 17:31:34.543 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:34.543 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:34.543 INFO kablam! Oct 12 17:31:34.543 INFO kablam! warning: cannot find type `Connected` in this scope Oct 12 17:31:34.543 INFO kablam! --> net/src/transport/message.rs:111:10 Oct 12 17:31:34.543 INFO kablam! | Oct 12 17:31:34.543 INFO kablam! 111 | #[derive(Message)] Oct 12 17:31:34.543 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:34.543 INFO kablam! | Oct 12 17:31:34.543 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:34.543 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:34.543 INFO kablam! Oct 12 17:31:34.543 INFO kablam! warning: cannot find type `NoResult` in this scope Oct 12 17:31:34.543 INFO kablam! --> net/src/transport/message.rs:111:10 Oct 12 17:31:34.543 INFO kablam! | Oct 12 17:31:34.544 INFO kablam! 111 | #[derive(Message)] Oct 12 17:31:34.544 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:34.544 INFO kablam! | Oct 12 17:31:34.544 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:34.544 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:34.544 INFO kablam! Oct 12 17:31:34.544 INFO kablam! warning: cannot find type `Disconnected` in this scope Oct 12 17:31:34.544 INFO kablam! --> net/src/transport/message.rs:130:10 Oct 12 17:31:34.544 INFO kablam! | Oct 12 17:31:34.544 INFO kablam! 130 | #[derive(Message, Debug)] Oct 12 17:31:34.544 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:34.544 INFO kablam! | Oct 12 17:31:34.545 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:34.545 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:34.545 INFO kablam! Oct 12 17:31:34.545 INFO kablam! warning: cannot find type `NoResult` in this scope Oct 12 17:31:34.545 INFO kablam! --> net/src/transport/message.rs:130:10 Oct 12 17:31:34.545 INFO kablam! | Oct 12 17:31:34.545 INFO kablam! 130 | #[derive(Message, Debug)] Oct 12 17:31:34.545 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:34.545 INFO kablam! | Oct 12 17:31:34.545 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:34.545 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:34.545 INFO kablam! Oct 12 17:31:34.545 INFO kablam! warning: cannot find type `CreateSession` in this scope Oct 12 17:31:34.545 INFO kablam! --> net/src/transport/tcp.rs:26:17 Oct 12 17:31:34.545 INFO kablam! | Oct 12 17:31:34.545 INFO kablam! 26 | #[derive(Debug, Message)] Oct 12 17:31:34.545 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:34.545 INFO kablam! | Oct 12 17:31:34.545 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:34.545 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:34.545 INFO kablam! Oct 12 17:31:34.548 INFO kablam! warning: cannot find type `UdpPacket` in this scope Oct 12 17:31:34.548 INFO kablam! --> net/src/transport/udp.rs:26:10 Oct 12 17:31:34.548 INFO kablam! | Oct 12 17:31:34.548 INFO kablam! 26 | #[derive(Message)] Oct 12 17:31:34.548 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:34.548 INFO kablam! | Oct 12 17:31:34.548 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:34.548 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:34.548 INFO kablam! Oct 12 17:31:35.420 INFO kablam! Checking golem-core v0.1.0 (/source) Oct 12 17:31:35.420 INFO kablam! Checking pyext-golem-core v0.1.0 (/source/pyext-golem-core) Oct 12 17:31:35.780 INFO kablam! warning: cannot find type `Message` in this scope Oct 12 17:31:35.780 INFO kablam! --> net/src/codec/message.rs:7:48 Oct 12 17:31:35.780 INFO kablam! | Oct 12 17:31:35.780 INFO kablam! 7 | #[derive(Serialize, Deserialize, Debug, Clone, Message)] Oct 12 17:31:35.780 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:35.780 INFO kablam! | Oct 12 17:31:35.780 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 12 17:31:35.780 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:35.780 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:35.780 INFO kablam! Oct 12 17:31:35.780 INFO kablam! warning: cannot find type `SendMessage` in this scope Oct 12 17:31:35.780 INFO kablam! --> net/src/transport/message.rs:20:10 Oct 12 17:31:35.780 INFO kablam! | Oct 12 17:31:35.780 INFO kablam! 20 | #[derive(Message, Debug)] Oct 12 17:31:35.781 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:35.784 INFO kablam! | Oct 12 17:31:35.784 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:35.784 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:35.784 INFO kablam! Oct 12 17:31:35.784 INFO kablam! warning: cannot find type `EmptyResult` in this scope Oct 12 17:31:35.784 INFO kablam! --> net/src/transport/message.rs:20:10 Oct 12 17:31:35.784 INFO kablam! | Oct 12 17:31:35.784 INFO kablam! 20 | #[derive(Message, Debug)] Oct 12 17:31:35.784 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:35.784 INFO kablam! | Oct 12 17:31:35.784 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:35.784 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:35.796 INFO kablam! Oct 12 17:31:35.796 INFO kablam! warning: cannot find type `SessionSendMessage` in this scope Oct 12 17:31:35.796 INFO kablam! --> net/src/transport/message.rs:30:10 Oct 12 17:31:35.796 INFO kablam! | Oct 12 17:31:35.796 INFO kablam! 30 | #[derive(Message, Debug)] Oct 12 17:31:35.796 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:35.796 INFO kablam! | Oct 12 17:31:35.796 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:35.796 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:35.796 INFO kablam! Oct 12 17:31:35.796 INFO kablam! warning: cannot find type `NoResult` in this scope Oct 12 17:31:35.796 INFO kablam! --> net/src/transport/message.rs:30:10 Oct 12 17:31:35.796 INFO kablam! | Oct 12 17:31:35.796 INFO kablam! 30 | #[derive(Message, Debug)] Oct 12 17:31:35.796 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:35.796 INFO kablam! | Oct 12 17:31:35.796 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:35.796 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:35.796 INFO kablam! Oct 12 17:31:35.796 INFO kablam! warning: cannot find type `Connect` in this scope Oct 12 17:31:35.800 INFO kablam! --> net/src/transport/message.rs:39:10 Oct 12 17:31:35.800 INFO kablam! | Oct 12 17:31:35.800 INFO kablam! 39 | #[derive(Message, Debug)] Oct 12 17:31:35.800 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:35.800 INFO kablam! | Oct 12 17:31:35.800 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:35.800 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:35.800 INFO kablam! Oct 12 17:31:35.800 INFO kablam! warning: cannot find type `EmptyResult` in this scope Oct 12 17:31:35.800 INFO kablam! --> net/src/transport/message.rs:39:10 Oct 12 17:31:35.800 INFO kablam! | Oct 12 17:31:35.800 INFO kablam! 39 | #[derive(Message, Debug)] Oct 12 17:31:35.800 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:35.800 INFO kablam! | Oct 12 17:31:35.800 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:35.800 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:35.800 INFO kablam! Oct 12 17:31:35.800 INFO kablam! warning: cannot find type `Disconnect` in this scope Oct 12 17:31:35.800 INFO kablam! --> net/src/transport/message.rs:48:10 Oct 12 17:31:35.800 INFO kablam! | Oct 12 17:31:35.804 INFO kablam! 48 | #[derive(Message, Debug)] Oct 12 17:31:35.804 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:35.804 INFO kablam! | Oct 12 17:31:35.804 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:35.804 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:35.804 INFO kablam! Oct 12 17:31:35.804 INFO kablam! warning: cannot find type `EmptyResult` in this scope Oct 12 17:31:35.804 INFO kablam! --> net/src/transport/message.rs:48:10 Oct 12 17:31:35.804 INFO kablam! | Oct 12 17:31:35.804 INFO kablam! 48 | #[derive(Message, Debug)] Oct 12 17:31:35.804 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:35.804 INFO kablam! | Oct 12 17:31:35.804 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:35.804 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:35.804 INFO kablam! Oct 12 17:31:35.804 INFO kablam! warning: cannot find type `Stop` in this scope Oct 12 17:31:35.804 INFO kablam! --> net/src/transport/message.rs:57:10 Oct 12 17:31:35.804 INFO kablam! | Oct 12 17:31:35.804 INFO kablam! 57 | #[derive(Message, Clone, Debug)] Oct 12 17:31:35.808 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:35.808 INFO kablam! | Oct 12 17:31:35.808 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:35.808 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:35.808 INFO kablam! Oct 12 17:31:35.808 INFO kablam! warning: cannot find type `EmptyResult` in this scope Oct 12 17:31:35.808 INFO kablam! --> net/src/transport/message.rs:57:10 Oct 12 17:31:35.808 INFO kablam! | Oct 12 17:31:35.808 INFO kablam! 57 | #[derive(Message, Clone, Debug)] Oct 12 17:31:35.808 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:35.808 INFO kablam! | Oct 12 17:31:35.808 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:35.808 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:35.808 INFO kablam! Oct 12 17:31:35.808 INFO kablam! warning: cannot find type `ReceivedMessage` in this scope Oct 12 17:31:35.808 INFO kablam! --> net/src/transport/message.rs:67:10 Oct 12 17:31:35.808 INFO kablam! | Oct 12 17:31:35.808 INFO kablam! 67 | #[derive(Message, Debug)] Oct 12 17:31:35.808 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:35.808 INFO kablam! | Oct 12 17:31:35.812 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:35.812 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:35.812 INFO kablam! Oct 12 17:31:35.812 INFO kablam! warning: cannot find type `NoResult` in this scope Oct 12 17:31:35.812 INFO kablam! --> net/src/transport/message.rs:67:10 Oct 12 17:31:35.812 INFO kablam! | Oct 12 17:31:35.812 INFO kablam! 67 | #[derive(Message, Debug)] Oct 12 17:31:35.812 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:35.812 INFO kablam! | Oct 12 17:31:35.812 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:35.812 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:35.812 INFO kablam! Oct 12 17:31:35.820 INFO kablam! warning: cannot find type `Network` in this scope Oct 12 17:31:35.820 INFO kablam! --> net/src/transport/message.rs:77:10 Oct 12 17:31:35.820 INFO kablam! | Oct 12 17:31:35.820 INFO kablam! 77 | #[derive(Message)] Oct 12 17:31:35.820 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:35.820 INFO kablam! | Oct 12 17:31:35.820 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:35.820 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:35.820 INFO kablam! Oct 12 17:31:35.820 INFO kablam! warning: cannot find type `Listening` in this scope Oct 12 17:31:35.820 INFO kablam! --> net/src/transport/message.rs:77:10 Oct 12 17:31:35.820 INFO kablam! | Oct 12 17:31:35.820 INFO kablam! 77 | #[derive(Message)] Oct 12 17:31:35.820 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:35.820 INFO kablam! | Oct 12 17:31:35.820 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:35.820 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:35.820 INFO kablam! Oct 12 17:31:35.820 INFO kablam! warning: cannot find type `NoResult` in this scope Oct 12 17:31:35.820 INFO kablam! --> net/src/transport/message.rs:77:10 Oct 12 17:31:35.820 INFO kablam! | Oct 12 17:31:35.820 INFO kablam! 77 | #[derive(Message)] Oct 12 17:31:35.820 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:35.824 INFO kablam! | Oct 12 17:31:35.824 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:35.824 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:35.824 INFO kablam! Oct 12 17:31:35.824 INFO kablam! warning: cannot find type `Network` in this scope Oct 12 17:31:35.824 INFO kablam! --> net/src/transport/message.rs:94:10 Oct 12 17:31:35.824 INFO kablam! | Oct 12 17:31:35.824 INFO kablam! 94 | #[derive(Message)] Oct 12 17:31:35.824 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:35.824 INFO kablam! | Oct 12 17:31:35.824 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:35.824 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:35.824 INFO kablam! Oct 12 17:31:35.824 INFO kablam! warning: cannot find type `Stopped` in this scope Oct 12 17:31:35.824 INFO kablam! --> net/src/transport/message.rs:94:10 Oct 12 17:31:35.824 INFO kablam! | Oct 12 17:31:35.824 INFO kablam! 94 | #[derive(Message)] Oct 12 17:31:35.824 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:35.824 INFO kablam! | Oct 12 17:31:35.824 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:35.824 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:35.824 INFO kablam! Oct 12 17:31:35.824 INFO kablam! warning: cannot find type `NoResult` in this scope Oct 12 17:31:35.824 INFO kablam! --> net/src/transport/message.rs:94:10 Oct 12 17:31:35.824 INFO kablam! | Oct 12 17:31:35.824 INFO kablam! 94 | #[derive(Message)] Oct 12 17:31:35.824 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:35.824 INFO kablam! | Oct 12 17:31:35.824 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:35.824 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:35.824 INFO kablam! Oct 12 17:31:35.828 INFO kablam! warning: cannot find type `Network` in this scope Oct 12 17:31:35.828 INFO kablam! --> net/src/transport/message.rs:111:10 Oct 12 17:31:35.828 INFO kablam! | Oct 12 17:31:35.828 INFO kablam! 111 | #[derive(Message)] Oct 12 17:31:35.828 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:35.828 INFO kablam! | Oct 12 17:31:35.828 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:35.828 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:35.828 INFO kablam! Oct 12 17:31:35.828 INFO kablam! warning: cannot find type `Connected` in this scope Oct 12 17:31:35.828 INFO kablam! --> net/src/transport/message.rs:111:10 Oct 12 17:31:35.828 INFO kablam! | Oct 12 17:31:35.828 INFO kablam! 111 | #[derive(Message)] Oct 12 17:31:35.828 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:35.828 INFO kablam! | Oct 12 17:31:35.828 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:35.828 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:35.828 INFO kablam! Oct 12 17:31:35.828 INFO kablam! warning: cannot find type `NoResult` in this scope Oct 12 17:31:35.828 INFO kablam! --> net/src/transport/message.rs:111:10 Oct 12 17:31:35.828 INFO kablam! | Oct 12 17:31:35.828 INFO kablam! 111 | #[derive(Message)] Oct 12 17:31:35.828 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:35.828 INFO kablam! | Oct 12 17:31:35.828 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:35.828 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:35.828 INFO kablam! Oct 12 17:31:35.828 INFO kablam! warning: cannot find type `Disconnected` in this scope Oct 12 17:31:35.828 INFO kablam! --> net/src/transport/message.rs:130:10 Oct 12 17:31:35.828 INFO kablam! | Oct 12 17:31:35.828 INFO kablam! 130 | #[derive(Message, Debug)] Oct 12 17:31:35.828 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:35.828 INFO kablam! | Oct 12 17:31:35.828 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:35.828 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:35.828 INFO kablam! Oct 12 17:31:35.828 INFO kablam! warning: cannot find type `NoResult` in this scope Oct 12 17:31:35.828 INFO kablam! --> net/src/transport/message.rs:130:10 Oct 12 17:31:35.828 INFO kablam! | Oct 12 17:31:35.828 INFO kablam! 130 | #[derive(Message, Debug)] Oct 12 17:31:35.828 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:35.828 INFO kablam! | Oct 12 17:31:35.828 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:35.828 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:35.828 INFO kablam! Oct 12 17:31:35.828 INFO kablam! warning: cannot find type `CreateSession` in this scope Oct 12 17:31:35.828 INFO kablam! --> net/src/transport/tcp.rs:26:17 Oct 12 17:31:35.828 INFO kablam! | Oct 12 17:31:35.828 INFO kablam! 26 | #[derive(Debug, Message)] Oct 12 17:31:35.828 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:35.829 INFO kablam! | Oct 12 17:31:35.829 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:35.832 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:35.832 INFO kablam! Oct 12 17:31:35.832 INFO kablam! warning: cannot find type `UdpPacket` in this scope Oct 12 17:31:35.832 INFO kablam! --> net/src/transport/udp.rs:26:10 Oct 12 17:31:35.832 INFO kablam! | Oct 12 17:31:35.832 INFO kablam! 26 | #[derive(Message)] Oct 12 17:31:35.832 INFO kablam! | ^^^^^^^ names from parent modules are not accessible without an explicit import Oct 12 17:31:35.832 INFO kablam! | Oct 12 17:31:35.832 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 12 17:31:35.832 INFO kablam! = note: for more information, see issue #50504 Oct 12 17:31:35.832 INFO kablam! Oct 12 17:31:39.492 INFO kablam! warning: unused `#[macro_use]` import Oct 12 17:31:39.492 INFO kablam! --> pyext-golem-core/src/lib.rs:6:1 Oct 12 17:31:39.492 INFO kablam! | Oct 12 17:31:39.492 INFO kablam! 6 | #[macro_use] Oct 12 17:31:39.492 INFO kablam! | ^^^^^^^^^^^^ Oct 12 17:31:39.492 INFO kablam! | Oct 12 17:31:39.496 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:31:39.497 INFO kablam! Oct 12 17:31:39.871 INFO kablam! warning: unused `#[macro_use]` import Oct 12 17:31:39.871 INFO kablam! --> pyext-golem-core/src/lib.rs:6:1 Oct 12 17:31:39.871 INFO kablam! | Oct 12 17:31:39.871 INFO kablam! 6 | #[macro_use] Oct 12 17:31:39.871 INFO kablam! | ^^^^^^^^^^^^ Oct 12 17:31:39.872 INFO kablam! | Oct 12 17:31:39.872 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:31:39.872 INFO kablam! Oct 12 17:31:40.365 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 29s Oct 12 17:31:40.381 INFO kablam! su: No module specific data is present Oct 12 17:31:41.276 INFO running `"docker" "rm" "-f" "b4c4a14a897d60b0e18b586f7404c407d6d103e9a11a129ad612c369f177347a"` Oct 12 17:31:41.620 INFO blam! b4c4a14a897d60b0e18b586f7404c407d6d103e9a11a129ad612c369f177347a