[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 try#8810c24b0958114d8dbb32d878444e8956fce80f for pr-66063 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftyan-boot%2Feasycert" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tyan-boot/easycert on toolchain 8810c24b0958114d8dbb32d878444e8956fce80f [INFO] running `"/workspace/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "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-14/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" "+8810c24b0958114d8dbb32d878444e8956fce80f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+8810c24b0958114d8dbb32d878444e8956fce80f" "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] e003b79169981165efa46dcdf9927a5db52e2666273a820fb767adca85eeedbb [INFO] running `"docker" "start" "-a" "e003b79169981165efa46dcdf9927a5db52e2666273a820fb767adca85eeedbb"` [INFO] [stderr] Compiling pkg-config v0.3.12 [INFO] [stderr] Checking dirs v1.0.2 [INFO] [stderr] Compiling openssl-sys v0.9.33 [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] | [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] | [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] | [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] | [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] For more information about an error, try `rustc --explain E0223`. [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] 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" "e003b79169981165efa46dcdf9927a5db52e2666273a820fb767adca85eeedbb"` [INFO] running `"docker" "rm" "-f" "e003b79169981165efa46dcdf9927a5db52e2666273a820fb767adca85eeedbb"` [INFO] [stdout] e003b79169981165efa46dcdf9927a5db52e2666273a820fb767adca85eeedbb