[INFO] updating cached repository netology-group/signals-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/netology-group/signals-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/netology-group/signals-rs" "work/ex/beta-1.38-1/sources/1.37.0/gh/netology-group/signals-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/netology-group/signals-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/netology-group/signals-rs" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/netology-group/signals-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/netology-group/signals-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e6ce0c77b8d534246b7509d1f5e2f72834104323 [INFO] sha for GitHub repo netology-group/signals-rs: e6ce0c77b8d534246b7509d1f5e2f72834104323 [INFO] validating manifest of netology-group/signals-rs on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of netology-group/signals-rs on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing netology-group/signals-rs [INFO] finished frobbing netology-group/signals-rs [INFO] frobbed toml for netology-group/signals-rs written to work/ex/beta-1.38-1/sources/1.37.0/gh/netology-group/signals-rs/Cargo.toml [INFO] started frobbing netology-group/signals-rs [INFO] finished frobbing netology-group/signals-rs [INFO] frobbed toml for netology-group/signals-rs written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/netology-group/signals-rs/Cargo.toml [INFO] crate netology-group/signals-rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing netology-group/signals-rs against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/netology-group/signals-rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 6011007f6affb4667fac287bae4ac4b1bcff249cf959be851e9227cc2177288f [INFO] running `"docker" "start" "-a" "6011007f6affb4667fac287bae4ac4b1bcff249cf959be851e9227cc2177288f"` [INFO] [stderr] Compiling serde v1.0.35 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling num-integer v0.1.36 [INFO] [stderr] Compiling pq-sys v0.4.4 [INFO] [stderr] Compiling r2d2 v0.8.2 [INFO] [stderr] Compiling syn v0.12.14 [INFO] [stderr] Compiling parking_lot v0.4.8 [INFO] [stderr] Compiling mqtt-protocol v0.3.1 [INFO] [stderr] Compiling nom v4.0.0-beta1 [INFO] [stderr] Compiling rumqtt v0.10.1 [INFO] [stderr] Compiling serde_derive_internals v0.22.1 [INFO] [stderr] Compiling serde_derive v1.0.35 [INFO] [stderr] Compiling diesel_derives v1.2.0 [INFO] [stderr] Compiling serde_json v1.0.13 [INFO] [stderr] Compiling uuid v0.6.2 [INFO] [stderr] Compiling chrono v0.4.2 [INFO] [stderr] Compiling diesel v1.2.0 [INFO] [stderr] Compiling jsonrpc-core v8.0.1 [INFO] [stderr] Compiling jsonrpc-pubsub v8.0.0 [INFO] [stderr] Compiling jsonrpc-macros v8.0.0 [INFO] [stderr] Compiling signals v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/topic/mod.rs:47:21 [INFO] [stderr] | [INFO] [stderr] 47 | let value: &fmt::Display = match *self { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Agent` in this scope [INFO] [stderr] --> src/models/agent.rs:5:24 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(proc_macro_derive_resolution_fallback)]` on by default [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `agent` in this scope [INFO] [stderr] --> src/models/agent.rs:5:24 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Agent` in this scope [INFO] [stderr] --> src/models/agent.rs:5:24 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/models/agent.rs:5:24 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/models/agent.rs:5:38 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Agent` in this scope [INFO] [stderr] --> src/models/agent.rs:5:38 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `agent` in this scope [INFO] [stderr] --> src/models/agent.rs:11:10 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Insertable, Debug, PartialEq, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NewAgent` in this scope [INFO] [stderr] --> src/models/agent.rs:11:10 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Insertable, Debug, PartialEq, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/models/agent.rs:11:10 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Insertable, Debug, PartialEq, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/models/room.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NaiveDateTime` in this scope [INFO] [stderr] --> src/models/room.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Room` in this scope [INFO] [stderr] --> src/models/room.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Agent` in this scope [INFO] [stderr] --> src/models/room_agent.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `RoomAgent` in this scope [INFO] [stderr] --> src/models/room_agent.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/models/room_agent.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `room_agent` in this scope [INFO] [stderr] --> src/models/room_agent.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Room` in this scope [INFO] [stderr] --> src/models/room_agent.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `RoomAgent` in this scope [INFO] [stderr] --> src/models/room_agent.rs:7:24 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `room_agent` in this scope [INFO] [stderr] --> src/models/room_agent.rs:7:24 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/models/room_agent.rs:7:24 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/models/room_agent.rs:7:38 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NaiveDateTime` in this scope [INFO] [stderr] --> src/models/room_agent.rs:7:38 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `RoomAgent` in this scope [INFO] [stderr] --> src/models/room_agent.rs:7:38 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `room_agent` in this scope [INFO] [stderr] --> src/models/room_agent.rs:19:10 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Insertable, Debug)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NewRoomAgent` in this scope [INFO] [stderr] --> src/models/room_agent.rs:19:10 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Insertable, Debug)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/models/room_agent.rs:19:10 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Insertable, Debug)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Agent` in this scope [INFO] [stderr] --> src/models/track.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Track` in this scope [INFO] [stderr] --> src/models/track.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/models/track.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `track` in this scope [INFO] [stderr] --> src/models/track.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Track` in this scope [INFO] [stderr] --> src/models/track.rs:8:24 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `track` in this scope [INFO] [stderr] --> src/models/track.rs:8:24 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/models/track.rs:8:24 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/models/track.rs:8:38 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Value` in this scope [INFO] [stderr] --> src/models/track.rs:8:38 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Track` in this scope [INFO] [stderr] --> src/models/track.rs:8:38 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NewTrack` in this scope [INFO] [stderr] --> src/models/track.rs:17:10 [INFO] [stderr] | [INFO] [stderr] 17 | #[derive(AsChangeset, Insertable, Debug, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `track` in this scope [INFO] [stderr] --> src/models/track.rs:17:10 [INFO] [stderr] | [INFO] [stderr] 17 | #[derive(AsChangeset, Insertable, Debug, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/models/track.rs:17:10 [INFO] [stderr] | [INFO] [stderr] 17 | #[derive(AsChangeset, Insertable, Debug, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Value` in this scope [INFO] [stderr] --> src/models/track.rs:17:10 [INFO] [stderr] | [INFO] [stderr] 17 | #[derive(AsChangeset, Insertable, Debug, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `track` in this scope [INFO] [stderr] --> src/models/track.rs:17:23 [INFO] [stderr] | [INFO] [stderr] 17 | #[derive(AsChangeset, Insertable, Debug, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NewTrack` in this scope [INFO] [stderr] --> src/models/track.rs:17:23 [INFO] [stderr] | [INFO] [stderr] 17 | #[derive(AsChangeset, Insertable, Debug, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/models/track.rs:17:23 [INFO] [stderr] | [INFO] [stderr] 17 | #[derive(AsChangeset, Insertable, Debug, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Value` in this scope [INFO] [stderr] --> src/models/track.rs:17:23 [INFO] [stderr] | [INFO] [stderr] 17 | #[derive(AsChangeset, Insertable, Debug, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `table` in this scope [INFO] [stderr] --> <::diesel::macros::table_body macros>:192:41 [INFO] [stderr] | [INFO] [stderr] 192 | [derive (Debug , Clone , Copy , QueryId)] /// The actual table struct [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `id` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `created_at` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `agent_id` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `room_id` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `label` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `owner_id` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `metadata` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 47s [INFO] running `"docker" "inspect" "6011007f6affb4667fac287bae4ac4b1bcff249cf959be851e9227cc2177288f"` [INFO] running `"docker" "rm" "-f" "6011007f6affb4667fac287bae4ac4b1bcff249cf959be851e9227cc2177288f"` [INFO] [stdout] 6011007f6affb4667fac287bae4ac4b1bcff249cf959be851e9227cc2177288f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/netology-group/signals-rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] f26bd8fcd53077873a9cbad574b3f9e0132ae22316d16775e0c332b390c59355 [INFO] running `"docker" "start" "-a" "f26bd8fcd53077873a9cbad574b3f9e0132ae22316d16775e0c332b390c59355"` [INFO] [stderr] Compiling signals v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/topic/mod.rs:47:21 [INFO] [stderr] | [INFO] [stderr] 47 | let value: &fmt::Display = match *self { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn fmt::Display` [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Agent` in this scope [INFO] [stderr] --> src/models/agent.rs:5:24 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(proc_macro_derive_resolution_fallback)]` on by default [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `agent` in this scope [INFO] [stderr] --> src/models/agent.rs:5:24 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Agent` in this scope [INFO] [stderr] --> src/models/agent.rs:5:24 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/models/agent.rs:5:24 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/models/agent.rs:5:38 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Agent` in this scope [INFO] [stderr] --> src/models/agent.rs:5:38 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `agent` in this scope [INFO] [stderr] --> src/models/agent.rs:11:10 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Insertable, Debug, PartialEq, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NewAgent` in this scope [INFO] [stderr] --> src/models/agent.rs:11:10 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Insertable, Debug, PartialEq, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/models/agent.rs:11:10 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Insertable, Debug, PartialEq, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/models/room.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NaiveDateTime` in this scope [INFO] [stderr] --> src/models/room.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Room` in this scope [INFO] [stderr] --> src/models/room.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Agent` in this scope [INFO] [stderr] --> src/models/room_agent.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `RoomAgent` in this scope [INFO] [stderr] --> src/models/room_agent.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/models/room_agent.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `room_agent` in this scope [INFO] [stderr] --> src/models/room_agent.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Room` in this scope [INFO] [stderr] --> src/models/room_agent.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `RoomAgent` in this scope [INFO] [stderr] --> src/models/room_agent.rs:7:24 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `room_agent` in this scope [INFO] [stderr] --> src/models/room_agent.rs:7:24 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/models/room_agent.rs:7:24 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/models/room_agent.rs:7:38 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NaiveDateTime` in this scope [INFO] [stderr] --> src/models/room_agent.rs:7:38 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `RoomAgent` in this scope [INFO] [stderr] --> src/models/room_agent.rs:7:38 [INFO] [stderr] | [INFO] [stderr] 7 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `room_agent` in this scope [INFO] [stderr] --> src/models/room_agent.rs:19:10 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Insertable, Debug)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NewRoomAgent` in this scope [INFO] [stderr] --> src/models/room_agent.rs:19:10 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Insertable, Debug)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/models/room_agent.rs:19:10 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Insertable, Debug)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Agent` in this scope [INFO] [stderr] --> src/models/track.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Track` in this scope [INFO] [stderr] --> src/models/track.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/models/track.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `track` in this scope [INFO] [stderr] --> src/models/track.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Track` in this scope [INFO] [stderr] --> src/models/track.rs:8:24 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `track` in this scope [INFO] [stderr] --> src/models/track.rs:8:24 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/models/track.rs:8:24 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/models/track.rs:8:38 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Value` in this scope [INFO] [stderr] --> src/models/track.rs:8:38 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Track` in this scope [INFO] [stderr] --> src/models/track.rs:8:38 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Associations, Identifiable, Queryable, Debug)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NewTrack` in this scope [INFO] [stderr] --> src/models/track.rs:17:10 [INFO] [stderr] | [INFO] [stderr] 17 | #[derive(AsChangeset, Insertable, Debug, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `track` in this scope [INFO] [stderr] --> src/models/track.rs:17:10 [INFO] [stderr] | [INFO] [stderr] 17 | #[derive(AsChangeset, Insertable, Debug, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/models/track.rs:17:10 [INFO] [stderr] | [INFO] [stderr] 17 | #[derive(AsChangeset, Insertable, Debug, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Value` in this scope [INFO] [stderr] --> src/models/track.rs:17:10 [INFO] [stderr] | [INFO] [stderr] 17 | #[derive(AsChangeset, Insertable, Debug, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `track` in this scope [INFO] [stderr] --> src/models/track.rs:17:23 [INFO] [stderr] | [INFO] [stderr] 17 | #[derive(AsChangeset, Insertable, Debug, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NewTrack` in this scope [INFO] [stderr] --> src/models/track.rs:17:23 [INFO] [stderr] | [INFO] [stderr] 17 | #[derive(AsChangeset, Insertable, Debug, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Uuid` in this scope [INFO] [stderr] --> src/models/track.rs:17:23 [INFO] [stderr] | [INFO] [stderr] 17 | #[derive(AsChangeset, Insertable, Debug, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Value` in this scope [INFO] [stderr] --> src/models/track.rs:17:23 [INFO] [stderr] | [INFO] [stderr] 17 | #[derive(AsChangeset, Insertable, Debug, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `table` in this scope [INFO] [stderr] --> <::diesel::macros::table_body macros>:192:41 [INFO] [stderr] | [INFO] [stderr] 192 | [derive (Debug , Clone , Copy , QueryId)] /// The actual table struct [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `id` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `created_at` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `agent_id` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `room_id` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `label` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `owner_id` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `metadata` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:37 [INFO] [stderr] | [INFO] [stderr] 5 | [derive (Debug , Clone , Copy , QueryId , Default)] pub struct $ [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [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! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.63s [INFO] running `"docker" "inspect" "f26bd8fcd53077873a9cbad574b3f9e0132ae22316d16775e0c332b390c59355"` [INFO] running `"docker" "rm" "-f" "f26bd8fcd53077873a9cbad574b3f9e0132ae22316d16775e0c332b390c59355"` [INFO] [stdout] f26bd8fcd53077873a9cbad574b3f9e0132ae22316d16775e0c332b390c59355 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/netology-group/signals-rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] a155ca106b03628b16c83c235b7977e83bdaf25788053de5b319f35f02ed1761 [INFO] running `"docker" "start" "-a" "a155ca106b03628b16c83c235b7977e83bdaf25788053de5b319f35f02ed1761"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/signals-f163ece46fbc1316 [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test messages::query_parameters::tests::deserialize_query_params_with_fq ... ok [INFO] [stdout] test messages::query_parameters::tests::deserialize_query_params_without_fq ... ok [INFO] [stdout] test messages::query_parameters::tests::expr_from_str ... ok [INFO] [stdout] test messages::query_parameters::tests::deserialize_query_params_with_empty_fq ... ok [INFO] [stdout] test messages::tests::deserialize_envelope ... ok [INFO] [stdout] test topic::agent::tests::get_reverse_topic ... ok [INFO] [stdout] test messages::query_parameters::tests::parse_term ... ok [INFO] [stdout] test topic::agent::tests::display_topic ... ok [INFO] [stdout] test messages::query_parameters::tests::parse_factor ... ok [INFO] [stdout] test topic::agent::tests::parse_topic ... ok [INFO] [stdout] test topic::agent::tests::parse_topic_with_wrong_uuid ... ok [INFO] [stdout] test topic::app::tests::display_topic ... ok [INFO] [stdout] test topic::agent::tests::parse_topic_with_extra_words ... ok [INFO] [stdout] test topic::app::tests::serialize_resource_kind ... ok [INFO] [stdout] test topic::app::tests::serialize_topic ... ok [INFO] [stdout] test topic::ping::tests::display_topic ... ok [INFO] [stdout] test topic::ping::tests::get_reverse_topic ... ok [INFO] [stdout] test topic::ping::tests::parse_ping_topic ... ok [INFO] [stdout] test topic::ping::tests::parse_pong_topic ... ok [INFO] [stdout] test topic::state::tests::display_topic ... ok [INFO] [stdout] test topic::state::tests::parse_topic ... ok [INFO] [stdout] test topic::tests::parse_agent_topic ... ok [INFO] [stdout] test topic::tests::parse_ping_topic ... ok [INFO] [stdout] test topic::tests::parse_state_topic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/signals-fda11fcd9bbf8891 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests signals [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "a155ca106b03628b16c83c235b7977e83bdaf25788053de5b319f35f02ed1761"` [INFO] running `"docker" "rm" "-f" "a155ca106b03628b16c83c235b7977e83bdaf25788053de5b319f35f02ed1761"` [INFO] [stdout] a155ca106b03628b16c83c235b7977e83bdaf25788053de5b319f35f02ed1761