[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] testing ibodrov/sfml_test against beta-2020-06-03 for beta-1.45-1 [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 beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 32fb8497676eb1162fa6caa8e9cbbefecb1451dec60d055298836c442534e325 [INFO] running `"docker" "start" "-a" "32fb8497676eb1162fa6caa8e9cbbefecb1451dec60d055298836c442534e325"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling csfml-system-sys v0.1.0 [INFO] [stderr] Compiling sfml-types v0.1.0 [INFO] [stderr] Compiling csfml-window-sys v0.1.1 [INFO] [stderr] Compiling csfml-audio-sys v0.1.0 [INFO] [stderr] Compiling csfml-graphics-sys v0.1.0 [INFO] [stderr] Compiling csfml-network-sys v0.1.0 [INFO] [stderr] Compiling time v0.2.16 [INFO] [stderr] Compiling 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] running `"docker" "inspect" "32fb8497676eb1162fa6caa8e9cbbefecb1451dec60d055298836c442534e325"` [INFO] running `"docker" "rm" "-f" "32fb8497676eb1162fa6caa8e9cbbefecb1451dec60d055298836c442534e325"` [INFO] [stdout] 32fb8497676eb1162fa6caa8e9cbbefecb1451dec60d055298836c442534e325