[INFO] updating cached repository https://github.com/tyan-boot/easycert [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] f81d56a91ae9d10a75c7e95784fec65863ae5ee4 [INFO] checking tyan-boot/easycert against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftyan-boot%2Feasycert" "/workspace/builds/worker-13/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tyan-boot/easycert on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/tyan-boot/easycert [INFO] finished tweaking git repo https://github.com/tyan-boot/easycert [INFO] tweaked toml for git repo https://github.com/tyan-boot/easycert written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/tyan-boot/easycert already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=allow" "-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-2019-10-27" "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] 4540b9c3c0b82869240e14e85553cd4bbcff31b4f961c14941e9b0fccfca2ce0 [INFO] running `"docker" "start" "-a" "4540b9c3c0b82869240e14e85553cd4bbcff31b4f961c14941e9b0fccfca2ce0"` [INFO] [stderr] Compiling openssl v0.10.10 [INFO] [stderr] Checking easycert v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `install::install` [INFO] [stderr] --> src/main.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | use install::install; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no `install` in `install` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `install::install` [INFO] [stderr] --> src/main.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | use install::install; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ no `install` in `install` [INFO] [stderr] [INFO] [stderr] error[E0223]: ambiguous associated type [INFO] [stderr] --> src/utils.rs:23:28 [INFO] [stderr] | [INFO] [stderr] 23 | let name: Result<&str, str::Utf8Error> = str::from_utf8(name.as_slice()) [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] help: you are looking for the module in `std`, not the primitive type [INFO] [stderr] | [INFO] [stderr] 23 | let name: Result<&str, std::str::Utf8Error> = str::from_utf8(name.as_slice()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0223]: ambiguous associated type [INFO] [stderr] --> src/utils.rs:23:28 [INFO] [stderr] | [INFO] [stderr] 23 | let name: Result<&str, str::Utf8Error> = str::from_utf8(name.as_slice()) [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] help: you are looking for the module in `std`, not the primitive type [INFO] [stderr] | [INFO] [stderr] 23 | let name: Result<&str, std::str::Utf8Error> = str::from_utf8(name.as_slice()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_utf8` found for type `str` in the current scope [INFO] [stderr] --> src/utils.rs:23:51 [INFO] [stderr] | [INFO] [stderr] 23 | let name: Result<&str, str::Utf8Error> = str::from_utf8(name.as_slice()) [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `str` [INFO] [stderr] help: you are looking for the module in `std`, not the primitive type [INFO] [stderr] | [INFO] [stderr] 23 | let name: Result<&str, str::Utf8Error> = std::str::from_utf8(name.as_slice()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `from_utf8` found for type `str` in the current scope [INFO] [stderr] --> src/utils.rs:23:51 [INFO] [stderr] | [INFO] [stderr] 23 | let name: Result<&str, str::Utf8Error> = str::from_utf8(name.as_slice()) [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `str` [INFO] [stderr] help: you are looking for the module in `std`, not the primitive type [INFO] [stderr] | [INFO] [stderr] 23 | let name: Result<&str, str::Utf8Error> = std::str::from_utf8(name.as_slice()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0223, E0432, E0599. [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0223, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0223`. [INFO] [stderr] For more information about an error, try `rustc --explain E0223`. [INFO] [stderr] error: could not compile `easycert`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `easycert`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4540b9c3c0b82869240e14e85553cd4bbcff31b4f961c14941e9b0fccfca2ce0"` [INFO] running `"docker" "rm" "-f" "4540b9c3c0b82869240e14e85553cd4bbcff31b4f961c14941e9b0fccfca2ce0"` [INFO] [stdout] 4540b9c3c0b82869240e14e85553cd4bbcff31b4f961c14941e9b0fccfca2ce0