[INFO] updating cached repository https://github.com/jens1o/rosm
[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] e806053cc438085ff21f39453048c60678e705d1
[INFO] checking jens1o/rosm against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjens1o%2Frosm" "/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/jens1o/rosm on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/jens1o/rosm
[INFO] finished tweaking git repo https://github.com/jens1o/rosm
[INFO] tweaked toml for git repo https://github.com/jens1o/rosm written to /workspace/builds/worker-14/source/Cargo.toml
[INFO] crate git repo https://github.com/jens1o/rosm already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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=forbid" "-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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] fef8a7ad1e3ea3c723d5cde1281ba47a02e5e21c8c9e72a0b34aa367a4e35600
[INFO] running `"docker" "start" "-a" "fef8a7ad1e3ea3c723d5cde1281ba47a02e5e21c8c9e72a0b34aa367a4e35600"`
[INFO] [stderr]    Compiling serde v1.0.105
[INFO] [stderr]    Compiling proc-macro-hack v0.5.14
[INFO] [stderr]    Compiling protobuf v2.10.1
[INFO] [stderr]     Checking once_cell v1.3.1
[INFO] [stderr]     Checking dtoa-short v0.3.2
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]     Checking chrono v0.4.11
[INFO] [stderr]     Checking line_drawing v0.8.0
[INFO] [stderr]     Checking image v0.22.5
[INFO] [stderr]    Compiling selectors v0.21.0
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]    Compiling string_cache_codegen v0.4.4
[INFO] [stderr]    Compiling string_cache v0.7.5
[INFO] [stderr]     Checking osmpbf v0.1.17
[INFO] [stderr]    Compiling serde_json v1.0.49
[INFO] [stderr]    Compiling pest_generator v2.1.3
[INFO] [stderr]    Compiling html5ever v0.23.0
[INFO] [stderr]    Compiling serde_derive v1.0.105
[INFO] [stderr]    Compiling cssparser v0.25.9
[INFO] [stderr]    Compiling cssparser-macros v0.3.6
[INFO] [stderr]    Compiling cssparser v0.27.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.13
[INFO] [stderr]    Compiling phf_macros v0.8.0
[INFO] [stderr]    Compiling cssparser-macros v0.6.0
[INFO] [stderr]    Compiling pest_derive v2.1.0
[INFO] [stderr]     Checking thiserror v1.0.13
[INFO] [stderr]     Checking phf v0.8.0
[INFO] [stderr]     Checking flexi_logger v0.15.2
[INFO] [stderr]    Compiling markup5ever v0.8.1
[INFO] [stderr]     Checking kuchiki v0.7.3
[INFO] [stderr]     Checking rosm v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0463]: can't find crate for `winapi`
[INFO] [stderr]  --> src/main.rs:8:1
[INFO] [stderr]   |
[INFO] [stderr] 8 | extern crate winapi;
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0463`.
[INFO] [stderr] error[E0463]: can't find crate for `winapi`
[INFO] [stderr]  --> src/main.rs:8:1
[INFO] [stderr]   |
[INFO] [stderr] 8 | extern crate winapi;
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0463`.
[INFO] [stderr] error: could not compile `rosm`.
[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: could not compile `rosm`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "fef8a7ad1e3ea3c723d5cde1281ba47a02e5e21c8c9e72a0b34aa367a4e35600"`
[INFO] running `"docker" "rm" "-f" "fef8a7ad1e3ea3c723d5cde1281ba47a02e5e21c8c9e72a0b34aa367a4e35600"`
[INFO] [stdout] fef8a7ad1e3ea3c723d5cde1281ba47a02e5e21c8c9e72a0b34aa367a4e35600
