[INFO] cloning repository https://github.com/izik1/ribit [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/izik1/ribit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fizik1%2Fribit", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fizik1%2Fribit'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f4e9dcf305264f4d5d138f0ebad807e06bcaf194 [INFO] testing izik1/ribit against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fizik1%2Fribit" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/izik1/ribit on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/izik1/ribit [INFO] finished tweaking git repo https://github.com/izik1/ribit [INFO] tweaked toml for git repo https://github.com/izik1/ribit written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/izik1/ribit already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 93d19c9833e3f93834aeb07fde6482e602d4e6daf0822833a4f5da948586be05 [INFO] running `Command { std: "docker" "start" "-a" "93d19c9833e3f93834aeb07fde6482e602d4e6daf0822833a4f5da948586be05", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "93d19c9833e3f93834aeb07fde6482e602d4e6daf0822833a4f5da948586be05", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93d19c9833e3f93834aeb07fde6482e602d4e6daf0822833a4f5da948586be05", kill_on_drop: false }` [INFO] [stdout] 93d19c9833e3f93834aeb07fde6482e602d4e6daf0822833a4f5da948586be05 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] be6c8b5dae1fcbb5ef5d523ced7385521357eac50dca7da85e378f2e00989d1d [INFO] running `Command { std: "docker" "start" "-a" "be6c8b5dae1fcbb5ef5d523ced7385521357eac50dca7da85e378f2e00989d1d", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling libc v0.2.94 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling rasen v0.1.0 (https://github.com/izik1/rasen?rev=1ad94d82305cf89f1f004a5e74a1334123306288#1ad94d82) [INFO] [stderr] Compiling raw-cpuid v9.0.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling env_logger v0.8.3 [INFO] [stderr] Compiling ribit v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `goblin` [INFO] [stdout] --> src/lib.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use goblin::{ [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `goblin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `goblin` [INFO] [stdout] --> src/lib.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use goblin::{ [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `goblin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `goblin` [INFO] [stdout] --> src/lib.rs:286:19 [INFO] [stdout] | [INFO] [stdout] 286 | let elf = goblin::elf::Elf::parse(program).unwrap(); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `goblin` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Symtab` in this scope [INFO] [stdout] --> src/lib.rs:209:25 [INFO] [stdout] | [INFO] [stdout] 209 | fn from_syms(syms: &Symtab, strs: &Strtab) -> Option { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Strtab` in this scope [INFO] [stdout] --> src/lib.rs:209:40 [INFO] [stdout] | [INFO] [stdout] 209 | fn from_syms(syms: &Symtab, strs: &Strtab) -> Option { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `STB_GLOBAL` in this scope [INFO] [stdout] --> src/lib.rs:215:33 [INFO] [stdout] | [INFO] [stdout] 215 | if sym.st_bind() != STB_GLOBAL { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PT_LOAD` in this scope [INFO] [stdout] --> src/lib.rs:294:33 [INFO] [stdout] | [INFO] [stdout] 294 | if header.p_type == PT_LOAD { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ribit` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "be6c8b5dae1fcbb5ef5d523ced7385521357eac50dca7da85e378f2e00989d1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be6c8b5dae1fcbb5ef5d523ced7385521357eac50dca7da85e378f2e00989d1d", kill_on_drop: false }` [INFO] [stdout] be6c8b5dae1fcbb5ef5d523ced7385521357eac50dca7da85e378f2e00989d1d