[INFO] updating cached repository https://github.com/g2xpf/state-controller
[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] 984afc0c7beb0f1192be1db47847c89bd23eae03
[INFO] checking g2xpf/state-controller against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fg2xpf%2Fstate-controller" "/workspace/builds/worker-10/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/g2xpf/state-controller 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/g2xpf/state-controller
[INFO] finished tweaking git repo https://github.com/g2xpf/state-controller
[INFO] tweaked toml for git repo https://github.com/g2xpf/state-controller written to /workspace/builds/worker-10/source/Cargo.toml
[INFO] crate git repo https://github.com/g2xpf/state-controller 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-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] 64d427ef060a262d3373fff9d1be9b0f71b2179bcbc872f65775d1de344ad518
[INFO] running `"docker" "start" "-a" "64d427ef060a262d3373fff9d1be9b0f71b2179bcbc872f65775d1de344ad518"`
[INFO] [stderr]    Compiling syn v0.15.39
[INFO] [stderr]    Compiling cgmath v0.17.0
[INFO] [stderr]     Checking takeable-option v0.4.0
[INFO] [stderr]    Compiling backtrace-sys v0.1.29
[INFO] [stderr]    Compiling gl_generator v0.11.0
[INFO] [stderr]     Checking stb_truetype v0.3.0
[INFO] [stderr]    Compiling parking_lot_core v0.5.0
[INFO] [stderr]    Compiling parking_lot v0.8.0
[INFO] [stderr]    Compiling parking_lot_core v0.4.0
[INFO] [stderr]     Checking crossbeam-deque v0.6.3
[INFO] [stderr]     Checking rusttype v0.7.7
[INFO] [stderr]     Checking rayon-core v1.5.0
[INFO] [stderr]     Checking rusttype v0.8.0
[INFO] [stderr]     Checking andrew v0.2.1
[INFO] [stderr]     Checking parking_lot v0.7.1
[INFO] [stderr]     Checking rayon v1.1.0
[INFO] [stderr]     Checking smithay-client-toolkit v0.4.6
[INFO] [stderr]     Checking backtrace v0.3.32
[INFO] [stderr]    Compiling glutin_glx_sys v0.1.5
[INFO] [stderr]    Compiling glutin_egl_sys v0.1.3
[INFO] [stderr]    Compiling glium v0.25.1
[INFO] [stderr]     Checking winit v0.19.2
[INFO] [stderr]     Checking jpeg-decoder v0.1.15
[INFO] [stderr]    Compiling num-derive v0.2.5
[INFO] [stderr]    Compiling derivative v1.0.2
[INFO] [stderr]     Checking tiff v0.2.2
[INFO] [stderr]     Checking glutin v0.21.0
[INFO] [stderr]     Checking image v0.21.2
[INFO] [stderr]     Checking state-controller v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: couldn't read tests/../static/GenRyuMinJP-Regular.ttf: No such file or directory (os error 2)
[INFO] [stderr]   --> tests/text_render_test.rs:55:9
[INFO] [stderr]    |
[INFO] [stderr] 55 |         include_bytes!("../static/GenRyuMinJP-Regular.ttf"),
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: couldn't read src/../static/GenRyuMinJP-Regular.ttf: No such file or directory (os error 2)
[INFO] [stderr]    --> src/main.rs:309:9
[INFO] [stderr]     |
[INFO] [stderr] 309 |         include_bytes!("../static/GenRyuMinJP-Regular.ttf"),
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `state-controller`.
[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: couldn't read src/../static/GenRyuMinJP-Regular.ttf: No such file or directory (os error 2)
[INFO] [stderr]    --> src/main.rs:309:9
[INFO] [stderr]     |
[INFO] [stderr] 309 |         include_bytes!("../static/GenRyuMinJP-Regular.ttf"),
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `state-controller`.
[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: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `state-controller`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "64d427ef060a262d3373fff9d1be9b0f71b2179bcbc872f65775d1de344ad518"`
[INFO] running `"docker" "rm" "-f" "64d427ef060a262d3373fff9d1be9b0f71b2179bcbc872f65775d1de344ad518"`
[INFO] [stdout] 64d427ef060a262d3373fff9d1be9b0f71b2179bcbc872f65775d1de344ad518
