[INFO] cloning repository https://github.com/Crosse/zk [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Crosse/zk" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCrosse%2Fzk"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCrosse%2Fzk'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4eeba44469b50df04ddf7eeb92e84e3129ee7bce [INFO] checking Crosse/zk against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCrosse%2Fzk" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Crosse/zk on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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-8/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] cfc02f958eede56c97754db589c83577ad7138b5486712832ff77e4cf4fb4e76 [INFO] running `"docker" "start" "-a" "cfc02f958eede56c97754db589c83577ad7138b5486712832ff77e4cf4fb4e76"` [INFO] [stderr] Checking rustc-serialize v0.3.22 [INFO] [stderr] Checking snowflake v1.2.0 [INFO] [stderr] Checking memchr v1.0.1 [INFO] [stderr] Checking thread-id v3.0.0 [INFO] [stderr] Checking time v0.1.36 [INFO] [stderr] Checking term_size v0.2.2 [INFO] [stderr] Checking enum_primitive v0.1.1 [INFO] [stderr] Checking net2 v0.2.26 [INFO] [stderr] Checking nix v0.5.1 [INFO] [stderr] Checking thread_local v0.3.2 [INFO] [stderr] Checking aho-corasick v0.6.2 [INFO] [stderr] Checking clap v2.20.4 [INFO] [stderr] Checking miow v0.1.5 [INFO] [stderr] Checking regex v0.2.1 [INFO] [stderr] Checking env_logger v0.4.0 [INFO] [stderr] Checking mio v0.5.1 [INFO] [stderr] Checking num-bigint v0.1.35 [INFO] [stderr] Checking num-complex v0.1.35 [INFO] [stderr] Checking num-rational v0.1.35 [INFO] [stderr] Checking num v0.1.36 [INFO] [stderr] Checking zookeeper v0.2.2 [INFO] [stderr] Checking zk v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0599]: no method named `is_some` found for type `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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `is_some` found for type `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" "cfc02f958eede56c97754db589c83577ad7138b5486712832ff77e4cf4fb4e76"` [INFO] running `"docker" "rm" "-f" "cfc02f958eede56c97754db589c83577ad7138b5486712832ff77e4cf4fb4e76"` [INFO] [stdout] cfc02f958eede56c97754db589c83577ad7138b5486712832ff77e4cf4fb4e76