[INFO] updating cached repository https://github.com/Crosse/zk [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] 4eeba44469b50df04ddf7eeb92e84e3129ee7bce [INFO] testing Crosse/zk against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCrosse%2Fzk" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Crosse/zk on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Crosse/zk [INFO] finished tweaking git repo https://github.com/Crosse/zk [INFO] tweaked toml for git repo https://github.com/Crosse/zk written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/Crosse/zk already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] e87cd531102c393b55ea7261f569557ee925a78f0b604987b0738cdd67a2551d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "e87cd531102c393b55ea7261f569557ee925a78f0b604987b0738cdd67a2551d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.20 [INFO] [stderr] Compiling cfg-if v0.1.0 [INFO] [stderr] Compiling bitflags v0.4.0 [INFO] [stderr] Compiling slab v0.1.3 [INFO] [stderr] Compiling regex-syntax v0.4.0 [INFO] [stderr] Compiling bytes v0.3.0 [INFO] [stderr] Compiling unicode-segmentation v1.1.0 [INFO] [stderr] Compiling byteorder v0.4.2 [INFO] [stderr] Compiling snowflake v1.2.0 [INFO] [stderr] Compiling num-integer v0.1.32 [INFO] [stderr] Compiling ws2_32-sys v0.2.1 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling unreachable v0.1.1 [INFO] [stderr] Compiling num-complex v0.1.35 [INFO] [stderr] Compiling num-iter v0.1.32 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling net2 v0.2.26 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling thread-id v3.0.0 [INFO] [stderr] Compiling time v0.1.36 [INFO] [stderr] Compiling nix v0.5.1 [INFO] [stderr] Compiling term_size v0.2.2 [INFO] [stderr] Compiling thread_local v0.3.2 [INFO] [stderr] Compiling clap v2.20.4 [INFO] [stderr] Compiling aho-corasick v0.6.2 [INFO] [stderr] Compiling miow v0.1.5 [INFO] [stderr] Compiling num-bigint v0.1.35 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling num-rational v0.1.35 [INFO] [stderr] Compiling num v0.1.36 [INFO] [stderr] Compiling mio v0.5.1 [INFO] [stderr] Compiling zookeeper v0.2.2 [INFO] [stderr] Compiling env_logger v0.4.0 [INFO] [stderr] Compiling zk v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0599]: no method named `is_some` found for enum `std::result::Result, zookeeper::ZkError>` in the current scope [INFO] [stderr] --> src/main.rs:165:33 [INFO] [stderr] | [INFO] [stderr] 165 | if zk.exists(z_node, false).is_some() { [INFO] [stderr] | ^^^^^^^ method not found in `std::result::Result, zookeeper::ZkError>` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `CliError: std::convert::From<&str>` is not satisfied [INFO] [stderr] --> src/main.rs:177:13 [INFO] [stderr] | [INFO] [stderr] 177 | Err(From::from("zNode does not exist")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From<&str>` is not implemented for `CliError` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `zk`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e87cd531102c393b55ea7261f569557ee925a78f0b604987b0738cdd67a2551d"` [INFO] running `"docker" "rm" "-f" "e87cd531102c393b55ea7261f569557ee925a78f0b604987b0738cdd67a2551d"` [INFO] [stdout] e87cd531102c393b55ea7261f569557ee925a78f0b604987b0738cdd67a2551d