[INFO] crate syncthing 0.4.0 is already in cache [INFO] testing syncthing-0.4.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate syncthing 0.4.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate syncthing 0.4.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate syncthing 0.4.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate syncthing 0.4.0 [INFO] tweaked toml for crates.io crate syncthing 0.4.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate crates.io crate syncthing 0.4.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+1.44.0" "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] 5a1513b499ddc7f5c24aed11b5edbb963c09a3c7a5576db84ed15c827ff1cffe [INFO] running `"docker" "start" "-a" "5a1513b499ddc7f5c24aed11b5edbb963c09a3c7a5576db84ed15c827ff1cffe"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling tokio v0.2.18 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling pin-project v0.4.8 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling h2 v0.2.4 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling hyper v0.13.4 [INFO] [stderr] Compiling serde_json v1.0.51 [INFO] [stderr] Compiling syncthing v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 58.05s [INFO] running `"docker" "inspect" "5a1513b499ddc7f5c24aed11b5edbb963c09a3c7a5576db84ed15c827ff1cffe"` [INFO] running `"docker" "rm" "-f" "5a1513b499ddc7f5c24aed11b5edbb963c09a3c7a5576db84ed15c827ff1cffe"` [INFO] [stdout] 5a1513b499ddc7f5c24aed11b5edbb963c09a3c7a5576db84ed15c827ff1cffe [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 654c185bb7bf25968b199a13498cd9939c6843fd2ed45c71adba30c7e7b1e9dc [INFO] running `"docker" "start" "-a" "654c185bb7bf25968b199a13498cd9939c6843fd2ed45c71adba30c7e7b1e9dc"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syncthing v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] error: couldn't read examples/../api.key: No such file or directory (os error 2) [INFO] [stderr] --> examples/event_printer.rs:6:30 [INFO] [stderr] | [INFO] [stderr] 6 | let client = Client::new(include_str!("../api.key")); [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 `syncthing`. [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 examples/../api.key: No such file or directory (os error 2) [INFO] [stderr] --> examples/system_info.rs:5:30 [INFO] [stderr] | [INFO] [stderr] 5 | let client = Client::new(include_str!("../api.key")); [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 `syncthing`. [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/../api.key: No such file or directory (os error 2) [INFO] [stderr] --> src/tests.rs:4:24 [INFO] [stderr] | [INFO] [stderr] 4 | static API_KEY: &str = include_str!("../api.key"); [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 `syncthing`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "654c185bb7bf25968b199a13498cd9939c6843fd2ed45c71adba30c7e7b1e9dc"` [INFO] running `"docker" "rm" "-f" "654c185bb7bf25968b199a13498cd9939c6843fd2ed45c71adba30c7e7b1e9dc"` [INFO] [stdout] 654c185bb7bf25968b199a13498cd9939c6843fd2ed45c71adba30c7e7b1e9dc