[INFO] updating cached repository https://github.com/JoelColledge/upload-stick [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] 3153bc5b6ad8c38ef262f3b6b858fbfc0655f131 [INFO] testing JoelColledge/upload-stick against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJoelColledge%2Fupload-stick" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/JoelColledge/upload-stick 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/JoelColledge/upload-stick [INFO] finished tweaking git repo https://github.com/JoelColledge/upload-stick [INFO] tweaked toml for git repo https://github.com/JoelColledge/upload-stick written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/JoelColledge/upload-stick 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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 29115d470b973d2898f2238ec21ab139cf9db9b0dee8d78ac442b6ab314a3d4c [INFO] running `"docker" "start" "-a" "29115d470b973d2898f2238ec21ab139cf9db9b0dee8d78ac442b6ab314a3d4c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling upload-stick v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/bin/upload_stick_run.rs:226:21 [INFO] [stderr] | [INFO] [stderr] 226 | let mut output_path = tmp_path.join(dir_entry.path().file_stem().expect("No file name")).with_extension("ogg"); [INFO] [stderr] | ----^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.72s [INFO] running `"docker" "inspect" "29115d470b973d2898f2238ec21ab139cf9db9b0dee8d78ac442b6ab314a3d4c"` [INFO] running `"docker" "rm" "-f" "29115d470b973d2898f2238ec21ab139cf9db9b0dee8d78ac442b6ab314a3d4c"` [INFO] [stdout] 29115d470b973d2898f2238ec21ab139cf9db9b0dee8d78ac442b6ab314a3d4c [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 501af5b59589d6193b2bd451192b43db9b3b861533857ea32b9387bffdbe05f7 [INFO] running `"docker" "start" "-a" "501af5b59589d6193b2bd451192b43db9b3b861533857ea32b9387bffdbe05f7"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling upload-stick v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0599]: no method named `unwrap` found for enum `std::result::Result<(std::string::String, std::string::String), upload_stick::upload_command::Error>` in the current scope [INFO] [stderr] --> src/bin/upload_stick_prepare.rs:128:12 [INFO] [stderr] | [INFO] [stderr] 128 | ").unwrap(); [INFO] [stderr] | ^^^^^^ method not found in `std::result::Result<(std::string::String, std::string::String), upload_stick::upload_command::Error>` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/workdir/src/upload_command.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | pub enum Error { [INFO] [stderr] | -------------- doesn't satisfy `_: std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = note: the method `unwrap` exists but the following trait bounds were not satisfied: [INFO] [stderr] `upload_stick::upload_command::Error: std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for enum `std::result::Result<(std::string::String, std::string::String), upload_command::Error>` in the current scope [INFO] [stderr] --> src/upload_command.rs:196:12 [INFO] [stderr] | [INFO] [stderr] 10 | pub enum Error { [INFO] [stderr] | -------------- doesn't satisfy `upload_command::Error: std::fmt::Debug` [INFO] [stderr] ... [INFO] [stderr] 196 | ").unwrap(); [INFO] [stderr] | ^^^^^^ method not found in `std::result::Result<(std::string::String, std::string::String), upload_command::Error>` [INFO] [stderr] | [INFO] [stderr] = note: the method `unwrap` exists but the following trait bounds were not satisfied: [INFO] [stderr] `upload_command::Error: std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for enum `std::result::Result` in the current scope [INFO] [stderr] --> src/bin/upload_stick_run.rs:274:141 [INFO] [stderr] | [INFO] [stderr] 274 | let writes = stat_find_writes(" 158 0 20232 800 2567 0 20536 1279180 0 1650 1279980").unwrap(); [INFO] [stderr] | ^^^^^^ method not found in `std::result::Result` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/workdir/src/upload_command.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | pub enum Error { [INFO] [stderr] | -------------- doesn't satisfy `_: std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = note: the method `unwrap` exists but the following trait bounds were not satisfied: [INFO] [stderr] `upload_stick::upload_command::Error: std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `upload-stick`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `upload-stick`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `upload-stick`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "501af5b59589d6193b2bd451192b43db9b3b861533857ea32b9387bffdbe05f7"` [INFO] running `"docker" "rm" "-f" "501af5b59589d6193b2bd451192b43db9b3b861533857ea32b9387bffdbe05f7"` [INFO] [stdout] 501af5b59589d6193b2bd451192b43db9b3b861533857ea32b9387bffdbe05f7