[INFO] updating cached repository https://github.com/eagletmt/clg [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] d273a8b8fa63af3c2226b18de40509ea59f2197e [INFO] testing eagletmt/clg against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Feagletmt%2Fclg" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/eagletmt/clg on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/eagletmt/clg [INFO] finished tweaking git repo https://github.com/eagletmt/clg [INFO] tweaked toml for git repo https://github.com/eagletmt/clg written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/eagletmt/clg already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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.38.0" "build" "--frozen"` [INFO] [stdout] fcb3de7f51603d4b39f99dc24a76d4cf2bbde464bfad8a736fa11bf2425b2701 [INFO] running `"docker" "start" "-a" "fcb3de7f51603d4b39f99dc24a76d4cf2bbde464bfad8a736fa11bf2425b2701"` [INFO] [stderr] Compiling serde v1.0.84 [INFO] [stderr] Compiling dirs v1.0.4 [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Compiling serde_derive v1.0.84 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling clg v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:17:32 [INFO] [stderr] | [INFO] [stderr] 17 | fn cause(&self) -> Option<&std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.30s [INFO] running `"docker" "inspect" "fcb3de7f51603d4b39f99dc24a76d4cf2bbde464bfad8a736fa11bf2425b2701"` [INFO] running `"docker" "rm" "-f" "fcb3de7f51603d4b39f99dc24a76d4cf2bbde464bfad8a736fa11bf2425b2701"` [INFO] [stdout] fcb3de7f51603d4b39f99dc24a76d4cf2bbde464bfad8a736fa11bf2425b2701 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 515c5bbbd47431d5662d4ceee4a06ca1f3df9d3a960b975fc499938adb2cde7a [INFO] running `"docker" "start" "-a" "515c5bbbd47431d5662d4ceee4a06ca1f3df9d3a960b975fc499938adb2cde7a"` [INFO] [stderr] Compiling clg v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `url` in `super` [INFO] [stderr] --> src/command.rs:186:20 [INFO] [stderr] | [INFO] [stderr] 186 | super::url::Url::parse("https://github.com/eagletmt/clg").unwrap(), [INFO] [stderr] | ^^^ could not find `url` in `super` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `url` in `super` [INFO] [stderr] --> src/command.rs:194:20 [INFO] [stderr] | [INFO] [stderr] 194 | super::url::Url::parse("ssh://git@github.com/eagletmt/clg").unwrap(), [INFO] [stderr] | ^^^ could not find `url` in `super` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `url` in `super` [INFO] [stderr] --> src/command.rs:202:20 [INFO] [stderr] | [INFO] [stderr] 202 | super::url::Url::parse("ssh://git@github.com/eagletmt/clg").unwrap(), [INFO] [stderr] | ^^^ could not find `url` in `super` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `std` in `super` [INFO] [stderr] --> src/command.rs:209:26 [INFO] [stderr] | [INFO] [stderr] 209 | root: super::std::path::PathBuf::from("/tmp"), [INFO] [stderr] | ^^^ could not find `std` in `super` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `url` in `super` [INFO] [stderr] --> src/command.rs:218:25 [INFO] [stderr] | [INFO] [stderr] 218 | &super::url::Url::parse("https://github.com/eagletmt/clg").unwrap(), [INFO] [stderr] | ^^^ could not find `url` in `super` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `std` in `super` [INFO] [stderr] --> src/command.rs:222:20 [INFO] [stderr] | [INFO] [stderr] 222 | super::std::path::PathBuf::from("/tmp/github.com/eagletmt/clg") [INFO] [stderr] | ^^^ could not find `std` in `super` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `url` in `super` [INFO] [stderr] --> src/command.rs:231:25 [INFO] [stderr] | [INFO] [stderr] 231 | &super::url::Url::parse("https://github.com/eagletmt/clg.git").unwrap(), [INFO] [stderr] | ^^^ could not find `url` in `super` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `std` in `super` [INFO] [stderr] --> src/command.rs:235:20 [INFO] [stderr] | [INFO] [stderr] 235 | super::std::path::PathBuf::from("/tmp/github.com/eagletmt/clg") [INFO] [stderr] | ^^^ could not find `std` in `super` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `url` in `super` [INFO] [stderr] --> src/command.rs:244:25 [INFO] [stderr] | [INFO] [stderr] 244 | &super::url::Url::parse("https://github.com/eagletmt/clg.git").unwrap(), [INFO] [stderr] | ^^^ could not find `url` in `super` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `std` in `super` [INFO] [stderr] --> src/command.rs:248:20 [INFO] [stderr] | [INFO] [stderr] 248 | super::std::path::PathBuf::from("/tmp/github.com/eagletmt/clg2") [INFO] [stderr] | ^^^ could not find `std` in `super` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:17:32 [INFO] [stderr] | [INFO] [stderr] 17 | fn cause(&self) -> Option<&std::error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: Could not compile `clg`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "515c5bbbd47431d5662d4ceee4a06ca1f3df9d3a960b975fc499938adb2cde7a"` [INFO] running `"docker" "rm" "-f" "515c5bbbd47431d5662d4ceee4a06ca1f3df9d3a960b975fc499938adb2cde7a"` [INFO] [stdout] 515c5bbbd47431d5662d4ceee4a06ca1f3df9d3a960b975fc499938adb2cde7a