[INFO] updating cached repository https://github.com/RaymondBaker/live_streamer [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8460d197e1a64ede576da9e85e86de666474c27a [INFO] checking RaymondBaker/live_streamer against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRaymondBaker%2Flive_streamer" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/RaymondBaker/live_streamer on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/RaymondBaker/live_streamer [INFO] finished tweaking git repo https://github.com/RaymondBaker/live_streamer [INFO] tweaked toml for git repo https://github.com/RaymondBaker/live_streamer written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/RaymondBaker/live_streamer already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 664cf0aec59783e8b185b82c8c900784e5d284c57489ec75372f6efe0b59bc26 [INFO] running `"docker" "start" "-a" "664cf0aec59783e8b185b82c8c900784e5d284c57489ec75372f6efe0b59bc26"` [INFO] [stderr] Checking crypto v0.0.2 [INFO] [stderr] Compiling rand v0.6.4 [INFO] [stderr] Checking rand_os v0.1.1 [INFO] [stderr] Checking rand v0.5.6 [INFO] [stderr] Checking tokio-timer v0.2.9 [INFO] [stderr] Checking tokio-current-thread v0.1.4 [INFO] [stderr] Checking rand_pcg v0.1.1 [INFO] [stderr] Checking uuid v0.7.1 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Checking crossbeam-channel v0.3.6 [INFO] [stderr] Checking tokio-reactor v0.1.8 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking crossbeam v0.6.0 [INFO] [stderr] Checking tokio-threadpool v0.1.11 [INFO] [stderr] Checking tokio v0.1.15 [INFO] [stderr] Checking hyper v0.12.23 [INFO] [stderr] Checking hyper-tls v0.3.1 [INFO] [stderr] Checking reqwest v0.9.9 [INFO] [stderr] Checking live_streamer v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `crypto::aessafe` [INFO] [stderr] --> src/main.rs:17:13 [INFO] [stderr] | [INFO] [stderr] 17 | use crypto::aessafe::AesSafe128Decryptor; [INFO] [stderr] | ^^^^^^^ could not find `aessafe` in `crypto` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `encryption` in this scope [INFO] [stderr] --> src/main.rs:145:21 [INFO] [stderr] | [INFO] [stderr] 145 | encryption = match encryption_t { [INFO] [stderr] | ^^^^^^^^^^ help: a local variable with a similar name exists: `encryption_t` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `encryption` in this scope [INFO] [stderr] --> src/main.rs:165:33 [INFO] [stderr] | [INFO] [stderr] 165 | encryption: encryption, [INFO] [stderr] | ^^^^^^^^^^ help: a local variable with a similar name exists: `encryption_t` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `crypto::aessafe` [INFO] [stderr] --> src/main.rs:17:13 [INFO] [stderr] | [INFO] [stderr] 17 | use crypto::aessafe::AesSafe128Decryptor; [INFO] [stderr] | ^^^^^^^ could not find `aessafe` in `crypto` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `encryption` in this scope [INFO] [stderr] --> src/main.rs:145:21 [INFO] [stderr] | [INFO] [stderr] 145 | encryption = match encryption_t { [INFO] [stderr] | ^^^^^^^^^^ help: a local variable with a similar name exists: `encryption_t` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `encryption` in this scope [INFO] [stderr] --> src/main.rs:165:33 [INFO] [stderr] | [INFO] [stderr] 165 | encryption: encryption, [INFO] [stderr] | ^^^^^^^^^^ help: a local variable with a similar name exists: `encryption_t` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `key` on type `Playlist` [INFO] [stderr] --> src/main.rs:76:75 [INFO] [stderr] | [INFO] [stderr] 76 | let aes_decryptor = AesSafe128Decryptor::new(playlist.key); [INFO] [stderr] | ^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `order_id`, `name`, `encryption` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `key` on type `Playlist` [INFO] [stderr] --> src/main.rs:76:75 [INFO] [stderr] | [INFO] [stderr] 76 | let aes_decryptor = AesSafe128Decryptor::new(playlist.key); [INFO] [stderr] | ^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `order_id`, `name`, `encryption` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:147:34 [INFO] [stderr] | [INFO] [stderr] 147 | ... key: encryption_key, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected struct `std::vec::Vec`, found reference [INFO] [stderr] | help: try using a conversion method: `encryption_key.to_vec()` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::vec::Vec` [INFO] [stderr] found type `&std::vec::Vec` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0425, E0432, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `live_streamer`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:147:34 [INFO] [stderr] | [INFO] [stderr] 147 | ... key: encryption_key, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected struct `std::vec::Vec`, found reference [INFO] [stderr] | help: try using a conversion method: `encryption_key.to_vec()` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::vec::Vec` [INFO] [stderr] found type `&std::vec::Vec` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0425, E0432, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `live_streamer`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "664cf0aec59783e8b185b82c8c900784e5d284c57489ec75372f6efe0b59bc26"` [INFO] running `"docker" "rm" "-f" "664cf0aec59783e8b185b82c8c900784e5d284c57489ec75372f6efe0b59bc26"` [INFO] [stdout] 664cf0aec59783e8b185b82c8c900784e5d284c57489ec75372f6efe0b59bc26