[INFO] updating cached repository https://github.com/wfraser/zsnapmgr3 [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] 1e39100f842bb8e0eacd3a47539612d1a456b814 [INFO] testing wfraser/zsnapmgr3 against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwfraser%2Fzsnapmgr3" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wfraser/zsnapmgr3 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/wfraser/zsnapmgr3 [INFO] removed path dependency libzfs from git repo https://github.com/wfraser/zsnapmgr3 [INFO] finished tweaking git repo https://github.com/wfraser/zsnapmgr3 [INFO] tweaked toml for git repo https://github.com/wfraser/zsnapmgr3 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/wfraser/zsnapmgr3 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 (libzfs) 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-4/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 (libzfs) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] cff4b6922ee7d5b4e79969632cf81de30782cefd063d7d8a1790067df4d81efe [INFO] running `"docker" "start" "-a" "cff4b6922ee7d5b4e79969632cf81de30782cefd063d7d8a1790067df4d81efe"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: dependency (libzfs) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling bindgen v0.51.1 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling nvpair-sys v0.1.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling termios v0.3.2 [INFO] [stderr] Compiling cstr-argument v0.1.1 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling cexpr v0.3.6 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Compiling libzfs-types v0.1.1 [INFO] [stderr] Compiling libzfs-sys v0.5.11 [INFO] [stderr] Compiling libzfs v0.6.15 [INFO] [stderr] Compiling zsnapmgr v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `libzfs::DatasetType`, `libzfs::DatasetTypeMask`, `libzfs::LibZfs` [INFO] [stderr] --> src/zfs.rs:22:14 [INFO] [stderr] | [INFO] [stderr] 22 | use libzfs::{DatasetType, DatasetTypeMask, LibZfs}; [INFO] [stderr] | ^^^^^^^^^^^ ^^^^^^^^^^^^^^^ ^^^^^^ [INFO] [stderr] | | | | [INFO] [stderr] | | | no `LibZfs` in the root [INFO] [stderr] | | | help: a similar name exists in the module (notice the capitalization): `Libzfs` [INFO] [stderr] | | no `DatasetTypeMask` in the root [INFO] [stderr] | no `DatasetType` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Error` in `libzfs` [INFO] [stderr] --> src/zfs_error.rs:105:21 [INFO] [stderr] | [INFO] [stderr] 105 | libzfs::Error::Sys(e) => ZfsError { io_error: Some(e), descr: "?".to_owned() }, // FIXME [INFO] [stderr] | ^^^^^ could not find `Error` in `libzfs` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Error` in `libzfs` [INFO] [stderr] --> src/zfs_error.rs:106:21 [INFO] [stderr] | [INFO] [stderr] 106 | libzfs::Error::Zfs(zfs_error) => ZfsError { [INFO] [stderr] | ^^^^^ could not find `Error` in `libzfs` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `LibZfs` in `libzfs` [INFO] [stderr] --> src/zfs.rs:92:30 [INFO] [stderr] | [INFO] [stderr] 92 | let client = libzfs::LibZfs::new()?; [INFO] [stderr] | ^^^^^^ could not find `LibZfs` in `libzfs` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `libzfs` [INFO] [stderr] --> src/zfs_error.rs:102:19 [INFO] [stderr] | [INFO] [stderr] 102 | impl From for ZfsError { [INFO] [stderr] | ^^^^^ not found in `libzfs` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 6 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Error` in crate `libzfs` [INFO] [stderr] --> src/zfs_error.rs:103:24 [INFO] [stderr] | [INFO] [stderr] 103 | fn from(e: libzfs::Error) -> ZfsError { [INFO] [stderr] | ^^^^^ not found in `libzfs` [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 6 | use std::error::Error; [INFO] [stderr] | [INFO] [stderr] 6 | use std::fmt::Error; [INFO] [stderr] | [INFO] [stderr] 6 | use std::io::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `get_type` found for struct `libzfs::Dataset` in the current scope [INFO] [stderr] --> src/zfs.rs:115:31 [INFO] [stderr] | [INFO] [stderr] 115 | match dataset.get_type() { [INFO] [stderr] | ^^^^^^^^ method not found in `libzfs::Dataset` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `get_name` found for struct `libzfs::Dataset` in the current scope [INFO] [stderr] --> src/zfs.rs:117:46 [INFO] [stderr] | [INFO] [stderr] 117 | volumes.push(dataset.get_name().to_string()); [INFO] [stderr] | ^^^^^^^^ method not found in `libzfs::Dataset` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `get_name` found for struct `libzfs::Dataset` in the current scope [INFO] [stderr] --> src/zfs.rs:136:37 [INFO] [stderr] | [INFO] [stderr] 136 | ... Some(ds.get_name().to_string()) [INFO] [stderr] | ^^^^^^^^ method not found in `libzfs::Dataset` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `get_type` found for struct `libzfs::Dataset` in the current scope [INFO] [stderr] --> src/zfs.rs:152:46 [INFO] [stderr] | [INFO] [stderr] 152 | ... } else if ds.get_type() == DatasetType::Snapshot { [INFO] [stderr] | ^^^^^^^^ method not found in `libzfs::Dataset` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `get_name` found for struct `libzfs::Dataset` in the current scope [INFO] [stderr] --> src/zfs.rs:153:45 [INFO] [stderr] | [INFO] [stderr] 153 | ... Some(ds.get_name().to_string()) [INFO] [stderr] | ^^^^^^^^ method not found in `libzfs::Dataset` [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `zsnapmgr`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "cff4b6922ee7d5b4e79969632cf81de30782cefd063d7d8a1790067df4d81efe"` [INFO] running `"docker" "rm" "-f" "cff4b6922ee7d5b4e79969632cf81de30782cefd063d7d8a1790067df4d81efe"` [INFO] [stdout] cff4b6922ee7d5b4e79969632cf81de30782cefd063d7d8a1790067df4d81efe