[INFO] updating cached repository eagletmt/clg [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/eagletmt/clg [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/eagletmt/clg" "work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/eagletmt/clg"` [INFO] [stderr] Cloning into 'work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/eagletmt/clg'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/eagletmt/clg" "work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/gh/eagletmt/clg"` [INFO] [stderr] Cloning into 'work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/gh/eagletmt/clg'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d273a8b8fa63af3c2226b18de40509ea59f2197e [INFO] sha for GitHub repo eagletmt/clg: d273a8b8fa63af3c2226b18de40509ea59f2197e [INFO] validating manifest of eagletmt/clg on toolchain master#e305df1846a6d985315917ae0c81b74af8b4e641 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of eagletmt/clg on toolchain try#99a7498759a22b5684caf798a98b7e90ad9d2443 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing eagletmt/clg [INFO] finished frobbing eagletmt/clg [INFO] frobbed toml for eagletmt/clg written to work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/gh/eagletmt/clg/Cargo.toml [INFO] started frobbing eagletmt/clg [INFO] finished frobbing eagletmt/clg [INFO] frobbed toml for eagletmt/clg written to work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/gh/eagletmt/clg/Cargo.toml [INFO] crate eagletmt/clg already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking eagletmt/clg against try#99a7498759a22b5684caf798a98b7e90ad9d2443 for pr-60039-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60039-1/worker-3/try#99a7498759a22b5684caf798a98b7e90ad9d2443:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/gh/eagletmt/clg:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 7c993e0cb66b06936295244bc85c2f06264d654fad938f5c926cc05889cb1ae8 [INFO] running `"docker" "start" "-a" "7c993e0cb66b06936295244bc85c2f06264d654fad938f5c926cc05889cb1ae8"` [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Compiling serde_derive v1.0.84 [INFO] [stderr] Checking clg v0.1.0 (/opt/crater/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] 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" "7c993e0cb66b06936295244bc85c2f06264d654fad938f5c926cc05889cb1ae8"` [INFO] running `"docker" "rm" "-f" "7c993e0cb66b06936295244bc85c2f06264d654fad938f5c926cc05889cb1ae8"` [INFO] [stdout] 7c993e0cb66b06936295244bc85c2f06264d654fad938f5c926cc05889cb1ae8