[INFO] fetching crate flubber 0.1.0...
[INFO] checking flubber-0.1.0 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate flubber 0.1.0 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate flubber 0.1.0 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate flubber 0.1.0
[INFO] finished tweaking crates.io crate flubber 0.1.0
[INFO] tweaked toml for crates.io crate flubber 0.1.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tokio-signal v0.2.9
[INFO] [stderr]   Downloaded tokio-process v0.2.5
[INFO] [stderr]   Downloaded serde_cbor v0.9.0
[INFO] [stderr]   Downloaded libremexre v0.1.12
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 55bae9ca971e92c4f93d0e6fdcd04560ef76b1fd99f72344a527e3342cf6c621
[INFO] running `Command { std: "docker" "start" "-a" "55bae9ca971e92c4f93d0e6fdcd04560ef76b1fd99f72344a527e3342cf6c621", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "55bae9ca971e92c4f93d0e6fdcd04560ef76b1fd99f72344a527e3342cf6c621", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "55bae9ca971e92c4f93d0e6fdcd04560ef76b1fd99f72344a527e3342cf6c621", kill_on_drop: false }`
[INFO] [stdout] 55bae9ca971e92c4f93d0e6fdcd04560ef76b1fd99f72344a527e3342cf6c621
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bd5a3a1abe6748b35b917c5cb732ca09f65fa98a8f58d0c6669f1bebe796aa62
[INFO] running `Command { std: "docker" "start" "-a" "bd5a3a1abe6748b35b917c5cb732ca09f65fa98a8f58d0c6669f1bebe796aa62", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]     Checking futures v0.1.31
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]    Compiling parking_lot_core v0.6.3
[INFO] [stderr]    Compiling parking_lot v0.9.0
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking net2 v0.2.39
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking lock_api v0.3.4
[INFO] [stderr]    Compiling memoffset v0.5.6
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]     Checking smallvec v0.6.14
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]     Checking mio-uds v0.6.8
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]     Checking tokio-executor v0.1.10
[INFO] [stderr]     Checking tokio-io v0.1.13
[INFO] [stderr]     Checking tokio-sync v0.1.8
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]     Checking tokio-codec v0.1.2
[INFO] [stderr]     Checking crossbeam-deque v0.7.4
[INFO] [stderr]     Checking tokio-reactor v0.1.12
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]     Checking crossbeam-queue v0.2.3
[INFO] [stderr]     Checking tokio-threadpool v0.1.18
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking crossbeam-utils v0.6.6
[INFO] [stderr]     Checking tokio-signal v0.2.9
[INFO] [stderr]     Checking tokio-fs v0.1.7
[INFO] [stderr]     Checking crossbeam-queue v0.1.2
[INFO] [stderr]     Checking tokio-udp v0.1.6
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]     Checking tokio-tcp v0.1.4
[INFO] [stderr]     Checking tokio-uds v0.2.7
[INFO] [stderr]     Checking tokio-current-thread v0.1.7
[INFO] [stderr]     Checking tokio-timer v0.2.13
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]     Checking antidote v1.0.0
[INFO] [stderr]     Checking serde_cbor v0.9.0
[INFO] [stderr]     Checking tokio v0.1.22
[INFO] [stderr]     Checking tokio-process v0.2.5
[INFO] [stderr]     Checking toml v0.4.10
[INFO] [stderr]     Checking pretty_assertions v0.5.1
[INFO] [stderr]    Compiling regex-automata v0.4.5
[INFO] [stderr]    Compiling derive_more v0.14.1
[INFO] [stderr]     Checking backtrace v0.3.69
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]    Compiling diesel_derives v1.4.1
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]    Compiling derive_more v0.15.0
[INFO] [stderr]    Compiling diesel v1.4.8
[INFO] [stderr]     Checking libremexre v0.1.12
[INFO] [stderr]     Checking migrations_internals v1.4.1
[INFO] [stderr]    Compiling migrations_macros v1.4.2
[INFO] [stderr]     Checking diesel_migrations v1.4.0
[INFO] [stderr]     Checking flubber v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no function or associated item named `from_slice` found for struct `StreamDeserializer` in the current scope
[INFO] [stdout]     --> src/util/cbor_subprocess.rs:26:42
[INFO] [stdout]      |
[INFO] [stdout] 26   |             let de = StreamDeserializer::from_slice(&self.recv_bytes_queue);
[INFO] [stdout]      |                                          ^^^^^^^^^^ function or associated item not found in `StreamDeserializer<'_, _, _>`
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `StreamDeserializer<'_, _, _>`, consider using `StreamDeserializer::<'de, R, T>::new` which returns `StreamDeserializer<'de, R, T>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_cbor-0.9.0/src/de.rs:1029:5
[INFO] [stdout]      |
[INFO] [stdout] 1029 |     pub fn new(read: R) -> StreamDeserializer<'de, R, T> {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_slice` found for struct `StreamDeserializer` in the current scope
[INFO] [stdout]     --> src/util/cbor_subprocess.rs:26:42
[INFO] [stdout]      |
[INFO] [stdout] 26   |             let de = StreamDeserializer::from_slice(&self.recv_bytes_queue);
[INFO] [stdout]      |                                          ^^^^^^^^^^ function or associated item not found in `StreamDeserializer<'_, _, _>`
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `StreamDeserializer<'_, _, _>`, consider using `StreamDeserializer::<'de, R, T>::new` which returns `StreamDeserializer<'de, R, T>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_cbor-0.9.0/src/de.rs:1029:5
[INFO] [stdout]      |
[INFO] [stdout] 1029 |     pub fn new(read: R) -> StreamDeserializer<'de, R, T> {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `flubber` (lib test) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `flubber` (lib) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "bd5a3a1abe6748b35b917c5cb732ca09f65fa98a8f58d0c6669f1bebe796aa62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bd5a3a1abe6748b35b917c5cb732ca09f65fa98a8f58d0c6669f1bebe796aa62", kill_on_drop: false }`
[INFO] [stdout] bd5a3a1abe6748b35b917c5cb732ca09f65fa98a8f58d0c6669f1bebe796aa62
[INFO] checking flubber-0.1.0 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate flubber 0.1.0 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate flubber 0.1.0 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate flubber 0.1.0
[INFO] finished tweaking crates.io crate flubber 0.1.0
[INFO] tweaked toml for crates.io crate flubber 0.1.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8d583246278e06a6e06d06f354057f58fd0efad29915a06ea1f9dfd82cdea6a0
[INFO] running `Command { std: "docker" "start" "-a" "8d583246278e06a6e06d06f354057f58fd0efad29915a06ea1f9dfd82cdea6a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8d583246278e06a6e06d06f354057f58fd0efad29915a06ea1f9dfd82cdea6a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d583246278e06a6e06d06f354057f58fd0efad29915a06ea1f9dfd82cdea6a0", kill_on_drop: false }`
[INFO] [stdout] 8d583246278e06a6e06d06f354057f58fd0efad29915a06ea1f9dfd82cdea6a0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dnon_local_definitions" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c55447d9146668ef1a7a4a640021a19357ed86aba5113956828f9d288ef72428
[INFO] running `Command { std: "docker" "start" "-a" "c55447d9146668ef1a7a4a640021a19357ed86aba5113956828f9d288ef72428", kill_on_drop: false }`
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]     Checking futures v0.1.31
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]    Compiling parking_lot_core v0.6.3
[INFO] [stderr]    Compiling parking_lot v0.9.0
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking net2 v0.2.39
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking lock_api v0.3.4
[INFO] [stderr]    Compiling memoffset v0.5.6
[INFO] [stderr]     Checking smallvec v0.6.14
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]     Checking mio-uds v0.6.8
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]     Checking tokio-executor v0.1.10
[INFO] [stderr]     Checking tokio-io v0.1.13
[INFO] [stderr]     Checking tokio-sync v0.1.8
[INFO] [stderr]     Checking crossbeam-deque v0.7.4
[INFO] [stderr]     Checking crossbeam-queue v0.2.3
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]     Checking tokio-codec v0.1.2
[INFO] [stderr]     Checking tokio-reactor v0.1.12
[INFO] [stderr]     Checking tokio-threadpool v0.1.18
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking crossbeam-utils v0.6.6
[INFO] [stderr]     Checking tokio-signal v0.2.9
[INFO] [stderr]     Checking tokio-tcp v0.1.4
[INFO] [stderr]     Checking crossbeam-queue v0.1.2
[INFO] [stderr]     Checking tokio-fs v0.1.7
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]     Checking tokio-uds v0.2.7
[INFO] [stderr]     Checking tokio-udp v0.1.6
[INFO] [stderr]     Checking tokio-current-thread v0.1.7
[INFO] [stderr]     Checking tokio-timer v0.2.13
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]     Checking antidote v1.0.0
[INFO] [stderr]     Checking serde_cbor v0.9.0
[INFO] [stderr]     Checking tokio v0.1.22
[INFO] [stderr]     Checking tokio-process v0.2.5
[INFO] [stderr]     Checking toml v0.4.10
[INFO] [stderr]     Checking pretty_assertions v0.5.1
[INFO] [stderr]    Compiling regex-automata v0.4.5
[INFO] [stderr]    Compiling derive_more v0.14.1
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]     Checking backtrace v0.3.69
[INFO] [stderr]    Compiling diesel_derives v1.4.1
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]    Compiling derive_more v0.15.0
[INFO] [stderr]    Compiling diesel v1.4.8
[INFO] [stderr]     Checking libremexre v0.1.12
[INFO] [stderr]     Checking migrations_internals v1.4.1
[INFO] [stderr]    Compiling migrations_macros v1.4.2
[INFO] [stderr]     Checking diesel_migrations v1.4.0
[INFO] [stderr]     Checking flubber v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no function or associated item named `from_slice` found for struct `StreamDeserializer` in the current scope
[INFO] [stdout]     --> src/util/cbor_subprocess.rs:26:42
[INFO] [stdout]      |
[INFO] [stdout] 26   |             let de = StreamDeserializer::from_slice(&self.recv_bytes_queue);
[INFO] [stdout]      |                                          ^^^^^^^^^^ function or associated item not found in `StreamDeserializer<'_, _, _>`
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `StreamDeserializer<'_, _, _>`, consider using `StreamDeserializer::<'de, R, T>::new` which returns `StreamDeserializer<'de, R, T>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_cbor-0.9.0/src/de.rs:1029:5
[INFO] [stdout]      |
[INFO] [stdout] 1029 |     pub fn new(read: R) -> StreamDeserializer<'de, R, T> {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_slice` found for struct `StreamDeserializer` in the current scope
[INFO] [stdout]     --> src/util/cbor_subprocess.rs:26:42
[INFO] [stdout]      |
[INFO] [stdout] 26   |             let de = StreamDeserializer::from_slice(&self.recv_bytes_queue);
[INFO] [stdout]      |                                          ^^^^^^^^^^ function or associated item not found in `StreamDeserializer<'_, _, _>`
[INFO] [stdout]      |
[INFO] [stdout] note: if you're trying to build a new `StreamDeserializer<'_, _, _>`, consider using `StreamDeserializer::<'de, R, T>::new` which returns `StreamDeserializer<'de, R, T>`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/serde_cbor-0.9.0/src/de.rs:1029:5
[INFO] [stdout]      |
[INFO] [stdout] 1029 |     pub fn new(read: R) -> StreamDeserializer<'de, R, T> {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `flubber` (lib) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `flubber` (lib test) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "c55447d9146668ef1a7a4a640021a19357ed86aba5113956828f9d288ef72428", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c55447d9146668ef1a7a4a640021a19357ed86aba5113956828f9d288ef72428", kill_on_drop: false }`
[INFO] [stdout] c55447d9146668ef1a7a4a640021a19357ed86aba5113956828f9d288ef72428
