[INFO] updating cached repository https://github.com/gfreezy/hippo
[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] d7c32718549b0a0cea1265a5870fa554f0033f7e
[INFO] checking gfreezy/hippo against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgfreezy%2Fhippo" "/workspace/builds/worker-9/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/gfreezy/hippo on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/gfreezy/hippo
[INFO] finished tweaking git repo https://github.com/gfreezy/hippo
[INFO] tweaked toml for git repo https://github.com/gfreezy/hippo written to /workspace/builds/worker-9/source/Cargo.toml
[INFO] crate git repo https://github.com/gfreezy/hippo already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 5ff8aaaad27eda90c90223e4ca18a13a12f429f4a769c0a141bd64adc3374411
[INFO] running `"docker" "start" "-a" "5ff8aaaad27eda90c90223e4ca18a13a12f429f4a769c0a141bd64adc3374411"`
[INFO] [stderr]     Checking regex-syntax v0.6.12
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]     Checking utf8-ranges v1.0.4
[INFO] [stderr]    Compiling anyhow v1.0.25
[INFO] [stderr]     Checking cesu8 v1.1.0
[INFO] [stderr]     Checking difference v2.0.0
[INFO] [stderr]     Checking tracing-core v0.1.10
[INFO] [stderr]     Checking sharded-slab v0.0.8
[INFO] [stderr]    Compiling bzip2-sys v0.1.7
[INFO] [stderr]    Compiling nom v5.0.1
[INFO] [stderr]    Compiling syn v0.11.11
[INFO] [stderr]     Checking aho-corasick v0.7.9
[INFO] [stderr]    Compiling lexical-core v0.4.6
[INFO] [stderr]     Checking rand_chacha v0.2.1
[INFO] [stderr]    Compiling serde_derive v1.0.104
[INFO] [stderr]    Compiling tracing-attributes v0.1.7
[INFO] [stderr]     Checking chrono v0.4.11
[INFO] [stderr]     Checking rand v0.7.2
[INFO] [stderr]     Checking tracing-log v0.1.1
[INFO] [stderr]     Checking bzip2 v0.3.3
[INFO] [stderr]     Checking zip v0.5.4
[INFO] [stderr]    Compiling enum-methods v0.0.8
[INFO] [stderr]     Checking tracing v0.1.13
[INFO] [stderr]     Checking regex v1.3.1
[INFO] [stderr]     Checking regex-automata v0.1.8
[INFO] [stderr]     Checking matchers v0.0.1
[INFO] [stderr]     Checking console v0.9.1
[INFO] [stderr]     Checking serde v1.0.104
[INFO] [stderr]     Checking serde_json v1.0.44
[INFO] [stderr]     Checking tracing-serde v0.1.1
[INFO] [stderr]     Checking serde_yaml v0.8.11
[INFO] [stderr]     Checking uuid v0.8.1
[INFO] [stderr]     Checking tracing-subscriber v0.2.3
[INFO] [stderr]     Checking insta v0.12.0
[INFO] [stderr]     Checking hippo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0425]: cannot find value `n` in this scope
[INFO] [stderr]   --> src/runtime/native.rs:94:41
[INFO] [stderr]    |
[INFO] [stderr] 94 |         .push_double(f64::from_be_bytes(n.to_be_bytes()));
[INFO] [stderr]    |                                         ^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `n` in this scope
[INFO] [stderr]   --> src/runtime/native.rs:94:41
[INFO] [stderr]    |
[INFO] [stderr] 94 |         .push_double(f64::from_be_bytes(n.to_be_bytes()));
[INFO] [stderr]    |                                         ^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `hippo`.
[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 `hippo`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "5ff8aaaad27eda90c90223e4ca18a13a12f429f4a769c0a141bd64adc3374411"`
[INFO] running `"docker" "rm" "-f" "5ff8aaaad27eda90c90223e4ca18a13a12f429f4a769c0a141bd64adc3374411"`
[INFO] [stdout] 5ff8aaaad27eda90c90223e4ca18a13a12f429f4a769c0a141bd64adc3374411
