[INFO] cloning repository https://github.com/ocrickard/circ [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ocrickard/circ" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Focrickard%2Fcirc"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Focrickard%2Fcirc'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a3424007a5a1290d5cf5184ac08a4b629701f8cd [INFO] testing ocrickard/circ against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Focrickard%2Fcirc" "/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/ocrickard/circ on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ocrickard/circ [INFO] finished tweaking git repo https://github.com/ocrickard/circ [INFO] tweaked toml for git repo https://github.com/ocrickard/circ written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/ocrickard/circ 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-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" "+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] ca5cffe97b052220020a7abf21bd8f68f6ed0f1f903cf285f64fa9f988c9785b [INFO] running `"docker" "start" "-a" "ca5cffe97b052220020a7abf21bd8f68f6ed0f1f903cf285f64fa9f988c9785b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.42 [INFO] [stderr] Compiling cc v1.0.17 [INFO] [stderr] Compiling bitflags v1.0.3 [INFO] [stderr] Compiling lazy_static v1.0.1 [INFO] [stderr] Compiling untrusted v0.6.2 [INFO] [stderr] Compiling proc-macro2 v0.4.6 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling quote v0.6.3 [INFO] [stderr] Compiling syn v0.14.2 [INFO] [stderr] Compiling atty v0.2.10 [INFO] [stderr] Compiling termion v1.5.1 [INFO] [stderr] Compiling clap v2.31.2 [INFO] [stderr] Compiling ring v0.13.0-alpha5 [INFO] [stderr] Compiling structopt-derive v0.2.10 [INFO] [stderr] Compiling structopt v0.2.10 [INFO] [stderr] Compiling circ v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/digest.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / arg_enum! { [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Algorithm { [INFO] [stderr] 15 | | SHA1, [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/digest.rs:71:29 [INFO] [stderr] | [INFO] [stderr] 71 | error_msg = msg.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/digest.rs:86:29 [INFO] [stderr] | [INFO] [stderr] 86 | error_msg = msg.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.95s [INFO] running `"docker" "inspect" "ca5cffe97b052220020a7abf21bd8f68f6ed0f1f903cf285f64fa9f988c9785b"` [INFO] running `"docker" "rm" "-f" "ca5cffe97b052220020a7abf21bd8f68f6ed0f1f903cf285f64fa9f988c9785b"` [INFO] [stdout] ca5cffe97b052220020a7abf21bd8f68f6ed0f1f903cf285f64fa9f988c9785b [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" "+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] 3fa7ed3d0c904e5aa7eaa676386bec99226afb00f6d89f35810e5e22f0bd707e [INFO] running `"docker" "start" "-a" "3fa7ed3d0c904e5aa7eaa676386bec99226afb00f6d89f35810e5e22f0bd707e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling circ v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/digest.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / arg_enum! { [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Algorithm { [INFO] [stderr] 15 | | SHA1, [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/digest.rs:71:29 [INFO] [stderr] | [INFO] [stderr] 71 | error_msg = msg.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/digest.rs:86:29 [INFO] [stderr] | [INFO] [stderr] 86 | error_msg = msg.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.97s [INFO] running `"docker" "inspect" "3fa7ed3d0c904e5aa7eaa676386bec99226afb00f6d89f35810e5e22f0bd707e"` [INFO] running `"docker" "rm" "-f" "3fa7ed3d0c904e5aa7eaa676386bec99226afb00f6d89f35810e5e22f0bd707e"` [INFO] [stdout] 3fa7ed3d0c904e5aa7eaa676386bec99226afb00f6d89f35810e5e22f0bd707e [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" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 52a074dc63ad2b55cfa59eebe84be850bc07f8e649e25e15e1be9ad2cf702f04 [INFO] running `"docker" "start" "-a" "52a074dc63ad2b55cfa59eebe84be850bc07f8e649e25e15e1be9ad2cf702f04"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/digest.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / arg_enum! { [INFO] [stderr] 13 | | #[derive(Debug)] [INFO] [stderr] 14 | | pub enum Algorithm { [INFO] [stderr] 15 | | SHA1, [INFO] [stderr] ... | [INFO] [stderr] 20 | | } [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/digest.rs:71:29 [INFO] [stderr] | [INFO] [stderr] 71 | error_msg = msg.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/digest.rs:86:29 [INFO] [stderr] | [INFO] [stderr] 86 | error_msg = msg.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/circ-401672a50ea2b0ed [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "52a074dc63ad2b55cfa59eebe84be850bc07f8e649e25e15e1be9ad2cf702f04"` [INFO] running `"docker" "rm" "-f" "52a074dc63ad2b55cfa59eebe84be850bc07f8e649e25e15e1be9ad2cf702f04"` [INFO] [stdout] 52a074dc63ad2b55cfa59eebe84be850bc07f8e649e25e15e1be9ad2cf702f04