Nov 17 10:36:30.797 INFO testing Yokeshthirumoorthi/rust-websocket-benchmark against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 10:36:30.797 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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 17 10:36:31.211 INFO [stdout] 90b5878d58e0dc215fdc3a0b180d962a9c4b2e809e9dc16fafb0cc489340eee9 Nov 17 10:36:31.217 INFO running `"docker" "start" "-a" "90b5878d58e0dc215fdc3a0b180d962a9c4b2e809e9dc16fafb0cc489340eee9"` Nov 17 10:36:33.189 INFO [stderr] usermod: no changes Nov 17 10:36:33.610 INFO [stderr] Compiling proc-macro2 v0.4.17 Nov 17 10:36:33.619 INFO [stderr] Compiling bytecount v0.3.2 Nov 17 10:36:33.643 INFO [stderr] Compiling r2d2 v0.8.2 Nov 17 10:36:33.651 INFO [stderr] Compiling tokio-io v0.1.8 Nov 17 10:36:33.660 INFO [stderr] Compiling http v0.1.10 Nov 17 10:36:33.663 INFO [stderr] Compiling mio-uds v0.6.7 Nov 17 10:36:33.663 INFO [stderr] Compiling semver v0.9.0 Nov 17 10:36:33.679 INFO [stderr] Compiling uuid v0.5.1 Nov 17 10:36:35.746 INFO [stderr] Compiling actix_derive v0.2.0 Nov 17 10:36:38.806 INFO [stderr] Compiling crossbeam-channel v0.1.3 Nov 17 10:36:41.327 INFO [stderr] Compiling error-chain v0.11.0 Nov 17 10:36:41.351 INFO [stderr] Compiling error-chain v0.10.0 Nov 17 10:36:41.356 INFO [stderr] Compiling diesel v1.3.2 Nov 17 10:36:41.621 INFO [stderr] Compiling rayon v0.8.2 Nov 17 10:36:46.902 INFO [stderr] Compiling tokio-reactor v0.1.5 Nov 17 10:36:47.063 INFO [stderr] Compiling tokio-codec v0.1.0 Nov 17 10:36:51.216 INFO [stderr] Compiling tokio-fs v0.1.3 Nov 17 10:36:59.991 INFO [stderr] Compiling dotenv v0.10.1 Nov 17 10:37:04.107 INFO [stderr] Compiling ring v0.12.1 Nov 17 10:37:04.143 INFO [stderr] Compiling tokio-uds v0.2.1 Nov 17 10:37:04.223 INFO [stderr] Compiling tokio-tcp v0.1.1 Nov 17 10:37:04.389 INFO [stderr] Compiling tokio-udp v0.1.2 Nov 17 10:37:04.633 INFO [stderr] Compiling quote v0.6.8 Nov 17 10:37:13.867 INFO [stderr] Compiling tokio v0.1.8 Nov 17 10:37:14.748 INFO [stderr] Compiling h2 v0.1.12 Nov 17 10:37:14.815 INFO [stderr] Compiling syn v0.14.9 Nov 17 10:37:19.619 INFO [stderr] Compiling tokio-core v0.1.17 Nov 17 10:37:22.487 INFO [stderr] Compiling cookie v0.10.1 Nov 17 10:37:31.963 INFO [stderr] Compiling trust-dns-proto v0.3.3 Nov 17 10:37:31.963 INFO [stderr] Compiling tokio-signal v0.1.5 Nov 17 10:37:47.513 INFO [stderr] Compiling serde_derive v1.0.76 Nov 17 10:37:47.519 INFO [stderr] Compiling synstructure v0.9.0 Nov 17 10:38:01.393 INFO [stderr] Compiling trust-dns-resolver v0.8.2 Nov 17 10:38:06.816 INFO [stderr] Compiling failure_derive v0.1.2 Nov 17 10:38:16.483 INFO [stderr] Compiling failure v0.1.2 Nov 17 10:38:32.003 INFO [stderr] Compiling cargo_metadata v0.5.8 Nov 17 10:38:36.075 INFO [stderr] Compiling skeptic v0.13.3 Nov 17 10:38:41.223 INFO [stderr] Compiling actix v0.5.8 Nov 17 10:38:52.686 INFO [stderr] Compiling actix-web v0.6.15 Nov 17 10:39:14.279 INFO [stderr] Compiling rust-websocket-bench v0.1.0 (/source) Nov 17 10:39:20.179 INFO [stderr] warning: unused `#[macro_use]` import Nov 17 10:39:20.180 INFO [stderr] --> src/main.rs:16:1 Nov 17 10:39:20.180 INFO [stderr] | Nov 17 10:39:20.191 INFO [stderr] 16 | #[macro_use] Nov 17 10:39:20.192 INFO [stderr] | ^^^^^^^^^^^^ Nov 17 10:39:20.192 INFO [stderr] | Nov 17 10:39:20.192 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 17 10:39:20.193 INFO [stderr] Nov 17 10:39:20.193 INFO [stderr] warning: cannot find type `SessionMessage` in this scope Nov 17 10:39:20.193 INFO [stderr] --> src/server.rs:21:10 Nov 17 10:39:20.193 INFO [stderr] | Nov 17 10:39:20.194 INFO [stderr] 21 | #[derive(Message)] Nov 17 10:39:20.194 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:39:20.194 INFO [stderr] | Nov 17 10:39:20.195 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 17 10:39:20.195 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 17 10:39:20.195 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:39:20.196 INFO [stderr] Nov 17 10:39:20.196 INFO [stderr] warning: cannot find type `Connect` in this scope Nov 17 10:39:20.196 INFO [stderr] --> src/server.rs:27:10 Nov 17 10:39:20.197 INFO [stderr] | Nov 17 10:39:20.197 INFO [stderr] 27 | #[derive(Message)] Nov 17 10:39:20.197 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:39:20.198 INFO [stderr] | Nov 17 10:39:20.198 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 17 10:39:20.198 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:39:20.199 INFO [stderr] Nov 17 10:39:20.199 INFO [stderr] warning: cannot find type `Disconnect` in this scope Nov 17 10:39:20.199 INFO [stderr] --> src/server.rs:34:10 Nov 17 10:39:20.199 INFO [stderr] | Nov 17 10:39:20.200 INFO [stderr] 34 | #[derive(Message)] Nov 17 10:39:20.200 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:39:20.200 INFO [stderr] | Nov 17 10:39:20.201 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 17 10:39:20.201 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:39:20.201 INFO [stderr] Nov 17 10:39:20.202 INFO [stderr] warning: cannot find type `Message` in this scope Nov 17 10:39:20.202 INFO [stderr] --> src/server.rs:40:10 Nov 17 10:39:20.202 INFO [stderr] | Nov 17 10:39:20.203 INFO [stderr] 40 | #[derive(Message)] Nov 17 10:39:20.203 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:39:20.203 INFO [stderr] | Nov 17 10:39:20.203 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 17 10:39:20.204 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:39:20.204 INFO [stderr] Nov 17 10:39:21.664 INFO [stderr] warning: unused `#[macro_use]` import Nov 17 10:39:21.665 INFO [stderr] --> src/main_actix_sqlite.rs:16:1 Nov 17 10:39:21.665 INFO [stderr] | Nov 17 10:39:21.667 INFO [stderr] 16 | #[macro_use] Nov 17 10:39:21.667 INFO [stderr] | ^^^^^^^^^^^^ Nov 17 10:39:21.668 INFO [stderr] | Nov 17 10:39:21.669 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 17 10:39:21.670 INFO [stderr] Nov 17 10:39:21.670 INFO [stderr] warning: cannot find type `SessionMessage` in this scope Nov 17 10:39:21.670 INFO [stderr] --> src/server.rs:21:10 Nov 17 10:39:21.671 INFO [stderr] | Nov 17 10:39:21.671 INFO [stderr] 21 | #[derive(Message)] Nov 17 10:39:21.671 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:39:21.672 INFO [stderr] | Nov 17 10:39:21.672 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 17 10:39:21.672 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 17 10:39:21.673 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:39:21.673 INFO [stderr] Nov 17 10:39:21.673 INFO [stderr] warning: cannot find type `Connect` in this scope Nov 17 10:39:21.673 INFO [stderr] --> src/server.rs:27:10 Nov 17 10:39:21.674 INFO [stderr] | Nov 17 10:39:21.674 INFO [stderr] 27 | #[derive(Message)] Nov 17 10:39:21.674 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:39:21.675 INFO [stderr] | Nov 17 10:39:21.675 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 17 10:39:21.675 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:39:21.676 INFO [stderr] Nov 17 10:39:21.676 INFO [stderr] warning: cannot find type `Disconnect` in this scope Nov 17 10:39:21.676 INFO [stderr] --> src/server.rs:34:10 Nov 17 10:39:21.677 INFO [stderr] | Nov 17 10:39:21.677 INFO [stderr] 34 | #[derive(Message)] Nov 17 10:39:21.677 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:39:21.677 INFO [stderr] | Nov 17 10:39:21.678 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 17 10:39:21.678 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:39:21.678 INFO [stderr] Nov 17 10:39:21.679 INFO [stderr] warning: cannot find type `Message` in this scope Nov 17 10:39:21.679 INFO [stderr] --> src/server.rs:40:10 Nov 17 10:39:21.679 INFO [stderr] | Nov 17 10:39:21.679 INFO [stderr] 40 | #[derive(Message)] Nov 17 10:39:21.680 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:39:21.680 INFO [stderr] | Nov 17 10:39:21.680 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 17 10:39:21.680 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:39:21.681 INFO [stderr] Nov 17 10:39:21.681 INFO [stderr] warning: cannot find type `User` in this scope Nov 17 10:39:21.681 INFO [stderr] --> src/models.rs:13:21 Nov 17 10:39:21.682 INFO [stderr] | Nov 17 10:39:21.682 INFO [stderr] 13 | #[derive(Serialize, Queryable)] Nov 17 10:39:21.682 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:39:21.682 INFO [stderr] | Nov 17 10:39:21.683 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 17 10:39:21.683 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:39:21.683 INFO [stderr] Nov 17 10:39:21.683 INFO [stderr] warning: cannot find type `users` in this scope Nov 17 10:39:21.684 INFO [stderr] --> src/models.rs:19:10 Nov 17 10:39:21.684 INFO [stderr] | Nov 17 10:39:21.684 INFO [stderr] 19 | #[derive(Insertable)] Nov 17 10:39:21.685 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:39:21.685 INFO [stderr] | Nov 17 10:39:21.685 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 17 10:39:21.685 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:39:21.686 INFO [stderr] Nov 17 10:39:21.686 INFO [stderr] warning: cannot find type `NewUser` in this scope Nov 17 10:39:21.686 INFO [stderr] --> src/models.rs:19:10 Nov 17 10:39:21.691 INFO [stderr] | Nov 17 10:39:21.691 INFO [stderr] 19 | #[derive(Insertable)] Nov 17 10:39:21.691 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:39:21.692 INFO [stderr] | Nov 17 10:39:21.692 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 17 10:39:21.692 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:39:21.692 INFO [stderr] Nov 17 10:39:21.693 INFO [stderr] warning: cannot find type `table` in this scope Nov 17 10:39:21.693 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 17 10:39:21.693 INFO [stderr] | Nov 17 10:39:21.694 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 17 10:39:21.694 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:39:21.694 INFO [stderr] | Nov 17 10:39:21.695 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 17 10:39:21.695 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:39:21.695 INFO [stderr] Nov 17 10:39:21.695 INFO [stderr] warning: cannot find type `id` in this scope Nov 17 10:39:21.696 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:39:21.696 INFO [stderr] | Nov 17 10:39:21.696 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:39:21.697 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:39:21.697 INFO [stderr] | Nov 17 10:39:21.697 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 17 10:39:21.698 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:39:21.698 INFO [stderr] Nov 17 10:39:21.698 INFO [stderr] warning: cannot find type `name` in this scope Nov 17 10:39:21.698 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:39:21.698 INFO [stderr] | Nov 17 10:39:21.698 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:39:21.698 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:39:21.698 INFO [stderr] | Nov 17 10:39:21.698 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 17 10:39:21.698 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:39:21.698 INFO [stderr] Nov 17 10:39:39.595 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 06s Nov 17 10:39:39.615 INFO [stderr] su: No module specific data is present Nov 17 10:39:40.009 INFO running `"docker" "inspect" "90b5878d58e0dc215fdc3a0b180d962a9c4b2e809e9dc16fafb0cc489340eee9"` Nov 17 10:39:40.169 INFO running `"docker" "rm" "-f" "90b5878d58e0dc215fdc3a0b180d962a9c4b2e809e9dc16fafb0cc489340eee9"` Nov 17 10:39:40.350 INFO [stdout] 90b5878d58e0dc215fdc3a0b180d962a9c4b2e809e9dc16fafb0cc489340eee9 Nov 17 10:39:40.355 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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 17 10:39:40.644 INFO [stdout] 54994e5c7ed999fb72781143797e2b8f96a613717c703a7ea2cf677b095f3077 Nov 17 10:39:40.649 INFO running `"docker" "start" "-a" "54994e5c7ed999fb72781143797e2b8f96a613717c703a7ea2cf677b095f3077"` Nov 17 10:39:41.758 INFO [stderr] usermod: no changes Nov 17 10:39:42.291 INFO [stderr] Compiling rust-websocket-bench v0.1.0 (/source) Nov 17 10:39:50.379 INFO [stderr] warning: unused `#[macro_use]` import Nov 17 10:39:50.380 INFO [stderr] --> src/main.rs:16:1 Nov 17 10:39:50.380 INFO [stderr] | Nov 17 10:39:50.381 INFO [stderr] 16 | #[macro_use] Nov 17 10:39:50.382 INFO [stderr] | ^^^^^^^^^^^^ Nov 17 10:39:50.382 INFO [stderr] | Nov 17 10:39:50.383 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 17 10:39:50.383 INFO [stderr] Nov 17 10:39:50.384 INFO [stderr] warning: cannot find type `SessionMessage` in this scope Nov 17 10:39:50.384 INFO [stderr] --> src/server.rs:21:10 Nov 17 10:39:50.384 INFO [stderr] | Nov 17 10:39:50.384 INFO [stderr] 21 | #[derive(Message)] Nov 17 10:39:50.384 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:39:50.384 INFO [stderr] | Nov 17 10:39:50.384 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 17 10:39:50.384 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 17 10:39:50.384 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:39:50.384 INFO [stderr] Nov 17 10:39:50.384 INFO [stderr] warning: cannot find type `Connect` in this scope Nov 17 10:39:50.384 INFO [stderr] --> src/server.rs:27:10 Nov 17 10:39:50.384 INFO [stderr] | Nov 17 10:39:50.384 INFO [stderr] 27 | #[derive(Message)] Nov 17 10:39:50.384 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:39:50.384 INFO [stderr] | Nov 17 10:39:50.384 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 17 10:39:50.384 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:39:50.384 INFO [stderr] Nov 17 10:39:50.384 INFO [stderr] warning: cannot find type `Disconnect` in this scope Nov 17 10:39:50.384 INFO [stderr] --> src/server.rs:34:10 Nov 17 10:39:50.384 INFO [stderr] | Nov 17 10:39:50.384 INFO [stderr] 34 | #[derive(Message)] Nov 17 10:39:50.384 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:39:50.384 INFO [stderr] | Nov 17 10:39:50.384 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 17 10:39:50.384 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:39:50.384 INFO [stderr] Nov 17 10:39:50.384 INFO [stderr] warning: cannot find type `Message` in this scope Nov 17 10:39:50.384 INFO [stderr] --> src/server.rs:40:10 Nov 17 10:39:50.384 INFO [stderr] | Nov 17 10:39:50.384 INFO [stderr] 40 | #[derive(Message)] Nov 17 10:39:50.384 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:39:50.384 INFO [stderr] | Nov 17 10:39:50.384 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 17 10:39:50.384 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:39:50.384 INFO [stderr] Nov 17 10:39:51.252 INFO [stderr] warning: unused `#[macro_use]` import Nov 17 10:39:51.252 INFO [stderr] --> src/main_actix_sqlite.rs:16:1 Nov 17 10:39:51.252 INFO [stderr] | Nov 17 10:39:51.253 INFO [stderr] 16 | #[macro_use] Nov 17 10:39:51.253 INFO [stderr] | ^^^^^^^^^^^^ Nov 17 10:39:51.253 INFO [stderr] | Nov 17 10:39:51.254 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 17 10:39:51.254 INFO [stderr] Nov 17 10:39:51.254 INFO [stderr] warning: cannot find type `SessionMessage` in this scope Nov 17 10:39:51.256 INFO [stderr] --> src/server.rs:21:10 Nov 17 10:39:51.257 INFO [stderr] | Nov 17 10:39:51.257 INFO [stderr] 21 | #[derive(Message)] Nov 17 10:39:51.257 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:39:51.258 INFO [stderr] | Nov 17 10:39:51.258 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 17 10:39:51.259 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 17 10:39:51.259 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:39:51.259 INFO [stderr] Nov 17 10:39:51.259 INFO [stderr] warning: cannot find type `Connect` in this scope Nov 17 10:39:51.260 INFO [stderr] --> src/server.rs:27:10 Nov 17 10:39:51.260 INFO [stderr] | Nov 17 10:39:51.260 INFO [stderr] 27 | #[derive(Message)] Nov 17 10:39:51.260 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:39:51.260 INFO [stderr] | Nov 17 10:39:51.260 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 17 10:39:51.260 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:39:51.260 INFO [stderr] Nov 17 10:39:51.260 INFO [stderr] warning: cannot find type `Disconnect` in this scope Nov 17 10:39:51.260 INFO [stderr] --> src/server.rs:34:10 Nov 17 10:39:51.260 INFO [stderr] | Nov 17 10:39:51.260 INFO [stderr] 34 | #[derive(Message)] Nov 17 10:39:51.260 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:39:51.260 INFO [stderr] | Nov 17 10:39:51.260 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 17 10:39:51.260 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:39:51.260 INFO [stderr] Nov 17 10:39:51.260 INFO [stderr] warning: cannot find type `Message` in this scope Nov 17 10:39:51.260 INFO [stderr] --> src/server.rs:40:10 Nov 17 10:39:51.260 INFO [stderr] | Nov 17 10:39:51.260 INFO [stderr] 40 | #[derive(Message)] Nov 17 10:39:51.260 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:39:51.260 INFO [stderr] | Nov 17 10:39:51.260 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 17 10:39:51.260 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:39:51.260 INFO [stderr] Nov 17 10:39:51.260 INFO [stderr] warning: cannot find type `User` in this scope Nov 17 10:39:51.260 INFO [stderr] --> src/models.rs:13:21 Nov 17 10:39:51.260 INFO [stderr] | Nov 17 10:39:51.260 INFO [stderr] 13 | #[derive(Serialize, Queryable)] Nov 17 10:39:51.260 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:39:51.260 INFO [stderr] | Nov 17 10:39:51.260 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 17 10:39:51.260 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:39:51.260 INFO [stderr] Nov 17 10:39:51.260 INFO [stderr] warning: cannot find type `users` in this scope Nov 17 10:39:51.260 INFO [stderr] --> src/models.rs:19:10 Nov 17 10:39:51.260 INFO [stderr] | Nov 17 10:39:51.260 INFO [stderr] 19 | #[derive(Insertable)] Nov 17 10:39:51.260 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:39:51.260 INFO [stderr] | Nov 17 10:39:51.260 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 17 10:39:51.260 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:39:51.260 INFO [stderr] Nov 17 10:39:51.260 INFO [stderr] warning: cannot find type `NewUser` in this scope Nov 17 10:39:51.260 INFO [stderr] --> src/models.rs:19:10 Nov 17 10:39:51.260 INFO [stderr] | Nov 17 10:39:51.260 INFO [stderr] 19 | #[derive(Insertable)] Nov 17 10:39:51.260 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:39:51.260 INFO [stderr] | Nov 17 10:39:51.260 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 17 10:39:51.260 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:39:51.260 INFO [stderr] Nov 17 10:39:51.267 INFO [stderr] warning: cannot find type `table` in this scope Nov 17 10:39:51.267 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 17 10:39:51.267 INFO [stderr] | Nov 17 10:39:51.268 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 17 10:39:51.268 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:39:51.268 INFO [stderr] | Nov 17 10:39:51.268 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 17 10:39:51.268 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:39:51.268 INFO [stderr] Nov 17 10:39:51.268 INFO [stderr] warning: cannot find type `id` in this scope Nov 17 10:39:51.268 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:39:51.268 INFO [stderr] | Nov 17 10:39:51.268 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:39:51.268 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:39:51.268 INFO [stderr] | Nov 17 10:39:51.268 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 17 10:39:51.268 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:39:51.268 INFO [stderr] Nov 17 10:39:51.268 INFO [stderr] warning: cannot find type `name` in this scope Nov 17 10:39:51.268 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 10:39:51.268 INFO [stderr] | Nov 17 10:39:51.268 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 10:39:51.268 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 10:39:51.268 INFO [stderr] | Nov 17 10:39:51.268 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 17 10:39:51.268 INFO [stderr] = note: for more information, see issue #50504 Nov 17 10:39:51.268 INFO [stderr] Nov 17 10:39:52.290 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.51s Nov 17 10:39:52.310 INFO [stderr] su: No module specific data is present Nov 17 10:39:52.850 INFO running `"docker" "inspect" "54994e5c7ed999fb72781143797e2b8f96a613717c703a7ea2cf677b095f3077"` Nov 17 10:39:52.977 INFO running `"docker" "rm" "-f" "54994e5c7ed999fb72781143797e2b8f96a613717c703a7ea2cf677b095f3077"` Nov 17 10:39:53.159 INFO [stdout] 54994e5c7ed999fb72781143797e2b8f96a613717c703a7ea2cf677b095f3077 Nov 17 10:39:53.163 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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 17 10:39:53.480 INFO [stdout] 20a1d03f964874e0ef00e24147f74e02dcd50868af1a3ba51e97f6f489308342 Nov 17 10:39:53.483 INFO running `"docker" "start" "-a" "20a1d03f964874e0ef00e24147f74e02dcd50868af1a3ba51e97f6f489308342"` Nov 17 10:39:54.503 INFO [stderr] usermod: no changes Nov 17 10:39:54.831 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.29s Nov 17 10:39:54.840 INFO [stderr] Running /target/debug/deps/server-456f1538e9102d15 Nov 17 10:39:54.861 INFO [stderr] Running /target/debug/deps/server_sqlite-c69418646f97203d Nov 17 10:39:54.862 INFO [stdout] Nov 17 10:39:54.862 INFO [stdout] running 0 tests Nov 17 10:39:54.862 INFO [stdout] Nov 17 10:39:54.862 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 10:39:54.862 INFO [stdout] Nov 17 10:39:54.867 INFO [stdout] Nov 17 10:39:54.867 INFO [stdout] running 0 tests Nov 17 10:39:54.867 INFO [stdout] Nov 17 10:39:54.867 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 10:39:54.867 INFO [stdout] Nov 17 10:39:54.875 INFO [stderr] su: No module specific data is present Nov 17 10:39:55.456 INFO running `"docker" "inspect" "20a1d03f964874e0ef00e24147f74e02dcd50868af1a3ba51e97f6f489308342"` Nov 17 10:39:55.701 INFO running `"docker" "rm" "-f" "20a1d03f964874e0ef00e24147f74e02dcd50868af1a3ba51e97f6f489308342"` Nov 17 10:39:55.979 INFO [stdout] 20a1d03f964874e0ef00e24147f74e02dcd50868af1a3ba51e97f6f489308342