[INFO] updating cached repository https://github.com/dj-shin/goliath
[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] 117255367b90d4991720380bf0efa0499ef44bf9
[INFO] checking dj-shin/goliath against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdj-shin%2Fgoliath" "/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/dj-shin/goliath 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/dj-shin/goliath
[INFO] finished tweaking git repo https://github.com/dj-shin/goliath
[INFO] tweaked toml for git repo https://github.com/dj-shin/goliath written to /workspace/builds/worker-10/source/Cargo.toml
[INFO] crate git repo https://github.com/dj-shin/goliath already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr] error: the lock file /workspace/builds/worker-10/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/LastOne817/glium-math.git`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-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] [stdout] 54a8284d1a63d1ecb8aca1f04c8e1e1ce02b1d027431cf14c0aece2538803cf4
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "54a8284d1a63d1ecb8aca1f04c8e1e1ce02b1d027431cf14c0aece2538803cf4"`
[INFO] [stderr]     Checking stb_truetype v0.3.1
[INFO] [stderr]    Compiling wayland-scanner v0.23.6
[INFO] [stderr]     Checking num-iter v0.1.40
[INFO] [stderr]     Checking num-rational v0.2.4
[INFO] [stderr]     Checking nix v0.14.1
[INFO] [stderr]     Checking cgmath v0.17.0
[INFO] [stderr]     Checking rusttype v0.8.3
[INFO] [stderr]     Checking num v0.2.1
[INFO] [stderr]     Checking obj-rs v0.6.0
[INFO] [stderr]     Checking rusttype v0.7.9
[INFO] [stderr]     Checking andrew v0.2.1
[INFO] [stderr]    Compiling wayland-client v0.23.6
[INFO] [stderr]    Compiling wayland-protocols v0.23.6
[INFO] [stderr]     Checking wayland-commons v0.23.6
[INFO] [stderr]     Checking calloop v0.4.4
[INFO] [stderr]     Checking smithay-client-toolkit v0.6.6
[INFO] [stderr]     Checking winit v0.22.0
[INFO] [stderr]     Checking glutin v0.24.0
[INFO] [stderr]     Checking glium v0.27.0
[INFO] [stderr]     Checking glium-math v0.1.0 (https://github.com/LastOne817/glium-math.git#770b7afd)
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DisplayBuild` in `glium`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/glium-math-43894de4a317d536/770b7af/src/model.rs:17:79
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub fn load_object(display: &<glium::glutin::WindowBuilder<'static> as glium::DisplayBuild>::Facade, path: &str) -> (glium::VertexBuffer<ModelVertex>, glium::IndexBuffer<u16>) {
[INFO] [stderr]    |                                                                               ^^^^^^^^^^^^ could not find `DisplayBuild` in `glium`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WindowBuilder` in crate `glium::glutin`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/glium-math-43894de4a317d536/770b7af/src/model.rs:17:46
[INFO] [stderr]    |
[INFO] [stderr] 17 | pub fn load_object(display: &<glium::glutin::WindowBuilder<'static> as glium::DisplayBuild>::Facade, path: &str) -> (glium::VertexBuffer<ModelVertex>, glium::IndexBuffer<u16>) {
[INFO] [stderr]    |                                              ^^^^^^^^^^^^^ not found in `glium::glutin`
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 4  | use glium::glutin::window::WindowBuilder;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0276]: impl has stricter requirements than trait
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/glium-math-43894de4a317d536/770b7af/src/vector/vector3.rs:142:5
[INFO] [stderr]     |
[INFO] [stderr] 142 |     fn is_supported<C>(_: &C) -> bool where C: CapabilitiesSource {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl has extra requirement `C: std::marker::Sized`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0276, E0412, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0276`.
[INFO] [stderr] error: could not compile `glium-math`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "54a8284d1a63d1ecb8aca1f04c8e1e1ce02b1d027431cf14c0aece2538803cf4"`
[INFO] running `"docker" "rm" "-f" "54a8284d1a63d1ecb8aca1f04c8e1e1ce02b1d027431cf14c0aece2538803cf4"`
[INFO] [stdout] 54a8284d1a63d1ecb8aca1f04c8e1e1ce02b1d027431cf14c0aece2538803cf4
