[INFO] cloning repository https://github.com/tdbgamer/RustyNzb [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tdbgamer/RustyNzb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftdbgamer%2FRustyNzb"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftdbgamer%2FRustyNzb'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bc3fc86049682b9ee9eee4288034cb6d11cc55c0 [INFO] testing tdbgamer/RustyNzb against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftdbgamer%2FRustyNzb" "/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/tdbgamer/RustyNzb on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/tdbgamer/RustyNzb [INFO] removed path dependency nntp from git repo https://github.com/tdbgamer/RustyNzb [INFO] finished tweaking git repo https://github.com/tdbgamer/RustyNzb [INFO] tweaked toml for git repo https://github.com/tdbgamer/RustyNzb written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/tdbgamer/RustyNzb already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (nntp) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-2/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (nntp) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded yenc v0.0.4 [INFO] [stderr] Downloaded nntp v0.0.5 [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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1890db0f208f8ffd391398555040ab228b3bcac7d2313f9942fb3024baafd4a4 [INFO] running `"docker" "start" "-a" "1890db0f208f8ffd391398555040ab228b3bcac7d2313f9942fb3024baafd4a4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: dependency (nntp) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling yenc v0.0.4 [INFO] [stderr] Compiling nntp v0.0.5 [INFO] [stderr] Compiling encoding_rs v0.7.2 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling quick-xml v0.10.1 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling rustynzb v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser/mod.rs:9:29 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn parse_nzb(file: &mut BufRead) -> RustyNzbResult> { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn BufRead` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] error: environment variable `USENETUSER` not defined [INFO] [stderr] --> src/main.rs:41:22 [INFO] [stderr] | [INFO] [stderr] 41 | usenet.login(env!("USENETUSER"), env!("USENETPASS")).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: environment variable `USENETPASS` not defined [INFO] [stderr] --> src/main.rs:41:42 [INFO] [stderr] | [INFO] [stderr] 41 | usenet.login(env!("USENETUSER"), env!("USENETPASS")).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `nntp::NNTPResult` [INFO] [stderr] --> src/main.rs:18:24 [INFO] [stderr] | [INFO] [stderr] 18 | use nntp::{NNTPStream, NNTPResult}; [INFO] [stderr] | ^^^^^^^^^^ no `NNTPResult` in the root [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `body_by_id_unknown_bytes` found for mutable reference `&mut nntp::NNTPStream` in the current scope [INFO] [stderr] --> src/main.rs:22:24 [INFO] [stderr] | [INFO] [stderr] 22 | let bytes = usenet.body_by_id_unknown_bytes(&format!("<{}>", &segment.article_id))?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `&mut nntp::NNTPStream` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `login` found for struct `nntp::NNTPStream` in the current scope [INFO] [stderr] --> src/main.rs:41:16 [INFO] [stderr] | [INFO] [stderr] 41 | usenet.login(env!("USENETUSER"), env!("USENETPASS")).unwrap(); [INFO] [stderr] | ^^^^^ method not found in `nntp::NNTPStream` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `rustynzb`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1890db0f208f8ffd391398555040ab228b3bcac7d2313f9942fb3024baafd4a4"` [INFO] running `"docker" "rm" "-f" "1890db0f208f8ffd391398555040ab228b3bcac7d2313f9942fb3024baafd4a4"` [INFO] [stdout] 1890db0f208f8ffd391398555040ab228b3bcac7d2313f9942fb3024baafd4a4