[INFO] updating cached repository https://github.com/ibodrov/sfml_test
[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] 76cbe67adce7561aefc47664583c765f0285c2aa
[INFO] checking ibodrov/sfml_test against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fibodrov%2Fsfml_test" "/workspace/builds/worker-0/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/ibodrov/sfml_test 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/ibodrov/sfml_test
[INFO] finished tweaking git repo https://github.com/ibodrov/sfml_test
[INFO] tweaked toml for git repo https://github.com/ibodrov/sfml_test written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] crate git repo https://github.com/ibodrov/sfml_test 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-0/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] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] 3a4de9b5165fa99d59050a7d17ddb3e75b4392c4d0329191d60f99aad6130c5c
[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" "3a4de9b5165fa99d59050a7d17ddb3e75b4392c4d0329191d60f99aad6130c5c"`
[INFO] [stderr]    Compiling csfml-system-sys v0.1.0
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]     Checking sfml-types v0.1.0
[INFO] [stderr]    Compiling csfml-window-sys v0.1.1
[INFO] [stderr]    Compiling csfml-graphics-sys v0.1.0
[INFO] [stderr]    Compiling standback v0.2.2
[INFO] [stderr]    Compiling csfml-network-sys v0.1.0
[INFO] [stderr]    Compiling csfml-audio-sys v0.1.0
[INFO] [stderr]     Checking sfml v0.10.1
[INFO] [stderr] error: no rules expected the token `flags`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sfml-0.10.1/src/window/window_style.rs:32:5
[INFO] [stderr]    |
[INFO] [stderr] 32 |     flags WindowStyle: u32 {
[INFO] [stderr]    |     ^^^^^ no rules expected this token in macro call
[INFO] [stderr] 
[INFO] [stderr] error: no rules expected the token `flags`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sfml-0.10.1/src/graphics/text_style.rs:32:5
[INFO] [stderr]    |
[INFO] [stderr] 32 |     flags TextStyle: u32 {
[INFO] [stderr]    |     ^^^^^ no rules expected this token in macro call
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `window::window_style::WindowStyle`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sfml-0.10.1/src/window/mod.rs:32:9
[INFO] [stderr]    |
[INFO] [stderr] 32 | pub use window::window_style::WindowStyle;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `WindowStyle` in `window::window_style`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `graphics::text_style::TextStyle`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sfml-0.10.1/src/graphics/mod.rs:50:9
[INFO] [stderr]    |
[INFO] [stderr] 50 | pub use graphics::text_style::TextStyle;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `TextStyle` in `graphics::text_style`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WindowStyle` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sfml-0.10.1/src/window/window_style.rs:48:18
[INFO] [stderr]    |
[INFO] [stderr] 48 | impl Default for WindowStyle {
[INFO] [stderr]    |                  ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WindowStyle` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sfml-0.10.1/src/window/window_style.rs:49:21
[INFO] [stderr]    |
[INFO] [stderr] 49 |     fn default() -> WindowStyle {
[INFO] [stderr]    |                     ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DEFAULT_STYLE` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sfml-0.10.1/src/window/window_style.rs:50:9
[INFO] [stderr]    |
[INFO] [stderr] 50 |         DEFAULT_STYLE
[INFO] [stderr]    |         ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `TextStyle` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sfml-0.10.1/src/graphics/text_style.rs:44:18
[INFO] [stderr]    |
[INFO] [stderr] 44 | impl Default for TextStyle {
[INFO] [stderr]    |                  ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `TextStyle` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sfml-0.10.1/src/graphics/text_style.rs:45:21
[INFO] [stderr]    |
[INFO] [stderr] 45 |     fn default() -> TextStyle {
[INFO] [stderr]    |                     ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `REGULAR` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sfml-0.10.1/src/graphics/text_style.rs:46:9
[INFO] [stderr]    |
[INFO] [stderr] 46 |         REGULAR
[INFO] [stderr]    |         ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 10 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `sfml`.
[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 `"docker" "inspect" "3a4de9b5165fa99d59050a7d17ddb3e75b4392c4d0329191d60f99aad6130c5c"`
[INFO] running `"docker" "rm" "-f" "3a4de9b5165fa99d59050a7d17ddb3e75b4392c4d0329191d60f99aad6130c5c"`
[INFO] [stdout] 3a4de9b5165fa99d59050a7d17ddb3e75b4392c4d0329191d60f99aad6130c5c
