[INFO] updating cached repository https://github.com/letmutx/dex-parser [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] [stderr] From https://github.com/letmutx/dex-parser [INFO] [stderr] 6d0b4e1..707fbd1 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 707fbd113be957d594ac680bb7957b80d01a5970 [INFO] checking letmutx/dex-parser against try#8810c24b0958114d8dbb32d878444e8956fce80f for pr-66063 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fletmutx%2Fdex-parser" "/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/letmutx/dex-parser 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/letmutx/dex-parser [INFO] finished tweaking git repo https://github.com/letmutx/dex-parser [INFO] tweaked toml for git repo https://github.com/letmutx/dex-parser written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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-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" "+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] c9cf365380c594ee3e399a3b092045a753ff01c53deb08309fc2cffc77c9b824 [INFO] running `"docker" "start" "-a" "c9cf365380c594ee3e399a3b092045a753ff01c53deb08309fc2cffc77c9b824"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling scroll v0.9.2 [INFO] [stderr] Checking dex-parser v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `dex_parser::DexBuilder` [INFO] [stderr] --> examples/simple.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use dex_parser::DexBuilder; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no `DexBuilder` in the root [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `dex-parser`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `dex_parser::DexBuilder` [INFO] [stderr] --> examples/classes.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use dex_parser::DexBuilder; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no `DexBuilder` in the root [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `dex-parser`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `dex_parser::DexBuilder` [INFO] [stderr] --> tests/test.rs:78:17 [INFO] [stderr] | [INFO] [stderr] 78 | use dex_parser::DexBuilder; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no `DexBuilder` in the root [INFO] [stderr] ... [INFO] [stderr] 95 | / test!( [INFO] [stderr] 96 | | test_dex_from_file_works, [INFO] [stderr] 97 | | { [INFO] [stderr] 98 | | "Test.java" => [INFO] [stderr] ... | [INFO] [stderr] 106 | | } [INFO] [stderr] 107 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `dex_parser::DexBuilder` [INFO] [stderr] --> tests/test.rs:78:17 [INFO] [stderr] | [INFO] [stderr] 78 | use dex_parser::DexBuilder; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ no `DexBuilder` in the root [INFO] [stderr] ... [INFO] [stderr] 109 | / test!( [INFO] [stderr] 110 | | test_strings_len_match, [INFO] [stderr] 111 | | { [INFO] [stderr] 112 | | "Test.java" => [INFO] [stderr] ... | [INFO] [stderr] 120 | | } [INFO] [stderr] 121 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `dex-parser`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c9cf365380c594ee3e399a3b092045a753ff01c53deb08309fc2cffc77c9b824"` [INFO] running `"docker" "rm" "-f" "c9cf365380c594ee3e399a3b092045a753ff01c53deb08309fc2cffc77c9b824"` [INFO] [stdout] c9cf365380c594ee3e399a3b092045a753ff01c53deb08309fc2cffc77c9b824