[INFO] cloning repository https://github.com/bkrn/cult_ubv [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bkrn/cult_ubv" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbkrn%2Fcult_ubv"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbkrn%2Fcult_ubv'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 76d6d363889d692356b258f438379596d564099b [INFO] checking bkrn/cult_ubv against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbkrn%2Fcult_ubv" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bkrn/cult_ubv on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/bkrn/cult_ubv [INFO] finished tweaking git repo https://github.com/bkrn/cult_ubv [INFO] tweaked toml for git repo https://github.com/bkrn/cult_ubv written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/bkrn/cult_ubv already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] f34368248d8dbc65d26ad89e92bd934ad191b2bf91abf2b6a1934807ec838549 [INFO] running `"docker" "start" "-a" "f34368248d8dbc65d26ad89e92bd934ad191b2bf91abf2b6a1934807ec838549"` [INFO] [stderr] Checking cbv v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:102:63 [INFO] [stderr] | [INFO] [stderr] 102 | pub fn new(r: Receiver, s: Sender, scroll: &mut std::io::Read) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::Read` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:143:24 [INFO] [stderr] | [INFO] [stderr] 143 | fn read_scroll(r: &mut std::io::Read) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::Read` [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../static/media/sandmark.umz: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:239:25 [INFO] [stderr] | [INFO] [stderr] 239 | let sand_mark = include_bytes!("../static/media/sandmark.umz"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:102:63 [INFO] [stderr] | [INFO] [stderr] 102 | pub fn new(r: Receiver, s: Sender, scroll: &mut std::io::Read) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::Read` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:143:24 [INFO] [stderr] | [INFO] [stderr] 143 | fn read_scroll(r: &mut std::io::Read) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn std::io::Read` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `cbv`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0463]: can't find crate for `stdweb` [INFO] [stderr] --> src/bins/web.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | extern crate stdweb; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `yew` [INFO] [stderr] --> src/bins/machine.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use yew; [INFO] [stderr] | ^^^ no `yew` external crate [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `webmachine` in `cbv` [INFO] [stderr] --> src/bins/machine.rs:6:10 [INFO] [stderr] | [INFO] [stderr] 6 | cbv::webmachine::WebMachine::register(); [INFO] [stderr] | ^^^^^^^^^^ could not find `webmachine` in `cbv` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `cbv`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `cbv`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0463]: can't find crate for `stdweb` [INFO] [stderr] --> src/bins/web.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | extern crate stdweb; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error[E0432]: unresolved import `yew` [INFO] [stderr] --> src/bins/machine.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use yew; [INFO] [stderr] | ^^^ no `yew` external crate [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `webmachine` in `cbv` [INFO] [stderr] --> src/bins/machine.rs:6:10 [INFO] [stderr] | [INFO] [stderr] 6 | cbv::webmachine::WebMachine::register(); [INFO] [stderr] | ^^^^^^^^^^ could not find `webmachine` in `cbv` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `cbv`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `cbv`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `crypto` [INFO] [stderr] --> src/bins/decrypt.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use crypto::{digest::Digest, sha1::Sha1}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `crypto` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `reqwest` [INFO] [stderr] --> src/bins/decrypt.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | reqwest::get(CODEX_URL) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `reqwest` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sha1` [INFO] [stderr] --> src/bins/decrypt.rs:26:20 [INFO] [stderr] | [INFO] [stderr] 26 | let mut hash = Sha1::new(); [INFO] [stderr] | ^^^^ use of undeclared type or module `Sha1` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `cbv`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `crypto` [INFO] [stderr] --> src/bins/decrypt.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use crypto::{digest::Digest, sha1::Sha1}; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `crypto` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `reqwest` [INFO] [stderr] --> src/bins/decrypt.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | reqwest::get(CODEX_URL) [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `reqwest` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Sha1` [INFO] [stderr] --> src/bins/decrypt.rs:26:20 [INFO] [stderr] | [INFO] [stderr] 26 | let mut hash = Sha1::new(); [INFO] [stderr] | ^^^^ use of undeclared type or module `Sha1` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `cbv`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "f34368248d8dbc65d26ad89e92bd934ad191b2bf91abf2b6a1934807ec838549"` [INFO] running `"docker" "rm" "-f" "f34368248d8dbc65d26ad89e92bd934ad191b2bf91abf2b6a1934807ec838549"` [INFO] [stdout] f34368248d8dbc65d26ad89e92bd934ad191b2bf91abf2b6a1934807ec838549