[INFO] updating cached repository https://github.com/rggr/capella [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] 1c862521ce2a1c72aa096431ff0424a75fe34c48 [INFO] testing rggr/capella against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frggr%2Fcapella" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rggr/capella 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/rggr/capella [INFO] finished tweaking git repo https://github.com/rggr/capella [INFO] tweaked toml for git repo https://github.com/rggr/capella written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/rggr/capella 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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 08d5be6f043e4ec567524e3a80a6bbf5624042c7c6c638e4894949eb76f934bd [INFO] running `"docker" "start" "-a" "08d5be6f043e4ec567524e3a80a6bbf5624042c7c6c638e4894949eb76f934bd"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling gcc v0.3.45 [INFO] [stderr] Compiling rustc-demangle v0.1.4 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling thread-id v3.0.0 [INFO] [stderr] Compiling iovec v0.1.0 [INFO] [stderr] Compiling net2 v0.2.27 [INFO] [stderr] Compiling time v0.1.37 [INFO] [stderr] Compiling num-integer v0.1.34 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling bytes v0.4.3 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling num-iter v0.1.33 [INFO] [stderr] Compiling mio v0.6.7 [INFO] [stderr] Compiling num v0.1.37 [INFO] [stderr] Compiling chrono v0.3.1 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling backtrace-sys v0.1.10 [INFO] [stderr] Compiling tokio-io v0.1.1 [INFO] [stderr] Compiling tokio-core v0.1.6 [INFO] [stderr] Compiling env_logger v0.4.2 [INFO] [stderr] Compiling derive-error-chain v0.10.0 [INFO] [stderr] Compiling backtrace v0.3.0 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling dotenv v0.10.0 [INFO] [stderr] Compiling capella v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parse.rs:71:5 [INFO] [stderr] | [INFO] [stderr] 71 | / lazy_static! { [INFO] [stderr] 72 | | static ref PATTERN: Regex = Regex::new(r"(?x) [INFO] [stderr] 73 | | \A(?P[\w\.]+): [INFO] [stderr] 74 | | ((?P\-|\+))? [INFO] [stderr] ... | [INFO] [stderr] 77 | | (\|@(?P\d+\.\d+))?\z").unwrap(); [INFO] [stderr] 78 | | } [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parse.rs:71:5 [INFO] [stderr] | [INFO] [stderr] 71 | / lazy_static! { [INFO] [stderr] 72 | | static ref PATTERN: Regex = Regex::new(r"(?x) [INFO] [stderr] 73 | | \A(?P[\w\.]+): [INFO] [stderr] 74 | | ((?P\-|\+))? [INFO] [stderr] ... | [INFO] [stderr] 77 | | (\|@(?P\d+\.\d+))?\z").unwrap(); [INFO] [stderr] 78 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [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/error.rs:31:26 [INFO] [stderr] | [INFO] [stderr] 31 | f.write_str(self.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/server.rs:84:48 [INFO] [stderr] | [INFO] [stderr] 84 | io::Error::new(io::ErrorKind::Other, e.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.58s [INFO] running `"docker" "inspect" "08d5be6f043e4ec567524e3a80a6bbf5624042c7c6c638e4894949eb76f934bd"` [INFO] running `"docker" "rm" "-f" "08d5be6f043e4ec567524e3a80a6bbf5624042c7c6c638e4894949eb76f934bd"` [INFO] [stdout] 08d5be6f043e4ec567524e3a80a6bbf5624042c7c6c638e4894949eb76f934bd [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] e0c9cf74fd200ecce21dbf59947b874d8822f75f73df24d33fb7ba7c93e91cb4 [INFO] running `"docker" "start" "-a" "e0c9cf74fd200ecce21dbf59947b874d8822f75f73df24d33fb7ba7c93e91cb4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling capella v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parse.rs:71:5 [INFO] [stderr] | [INFO] [stderr] 71 | / lazy_static! { [INFO] [stderr] 72 | | static ref PATTERN: Regex = Regex::new(r"(?x) [INFO] [stderr] 73 | | \A(?P[\w\.]+): [INFO] [stderr] 74 | | ((?P\-|\+))? [INFO] [stderr] ... | [INFO] [stderr] 77 | | (\|@(?P\d+\.\d+))?\z").unwrap(); [INFO] [stderr] 78 | | } [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parse.rs:71:5 [INFO] [stderr] | [INFO] [stderr] 71 | / lazy_static! { [INFO] [stderr] 72 | | static ref PATTERN: Regex = Regex::new(r"(?x) [INFO] [stderr] 73 | | \A(?P[\w\.]+): [INFO] [stderr] 74 | | ((?P\-|\+))? [INFO] [stderr] ... | [INFO] [stderr] 77 | | (\|@(?P\d+\.\d+))?\z").unwrap(); [INFO] [stderr] 78 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [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/error.rs:31:26 [INFO] [stderr] | [INFO] [stderr] 31 | f.write_str(self.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/server.rs:84:48 [INFO] [stderr] | [INFO] [stderr] 84 | io::Error::new(io::ErrorKind::Other, e.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.93s [INFO] running `"docker" "inspect" "e0c9cf74fd200ecce21dbf59947b874d8822f75f73df24d33fb7ba7c93e91cb4"` [INFO] running `"docker" "rm" "-f" "e0c9cf74fd200ecce21dbf59947b874d8822f75f73df24d33fb7ba7c93e91cb4"` [INFO] [stdout] e0c9cf74fd200ecce21dbf59947b874d8822f75f73df24d33fb7ba7c93e91cb4 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 03c2d630f1d978230d9850ff17a2aa64b966cf1ce9a1918a93cdb03d92bca6bd [INFO] running `"docker" "start" "-a" "03c2d630f1d978230d9850ff17a2aa64b966cf1ce9a1918a93cdb03d92bca6bd"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parse.rs:71:5 [INFO] [stderr] | [INFO] [stderr] 71 | / lazy_static! { [INFO] [stderr] 72 | | static ref PATTERN: Regex = Regex::new(r"(?x) [INFO] [stderr] 73 | | \A(?P[\w\.]+): [INFO] [stderr] 74 | | ((?P\-|\+))? [INFO] [stderr] ... | [INFO] [stderr] 77 | | (\|@(?P\d+\.\d+))?\z").unwrap(); [INFO] [stderr] 78 | | } [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parse.rs:71:5 [INFO] [stderr] | [INFO] [stderr] 71 | / lazy_static! { [INFO] [stderr] 72 | | static ref PATTERN: Regex = Regex::new(r"(?x) [INFO] [stderr] 73 | | \A(?P[\w\.]+): [INFO] [stderr] 74 | | ((?P\-|\+))? [INFO] [stderr] ... | [INFO] [stderr] 77 | | (\|@(?P\d+\.\d+))?\z").unwrap(); [INFO] [stderr] 78 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [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/error.rs:31:26 [INFO] [stderr] | [INFO] [stderr] 31 | f.write_str(self.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/server.rs:84:48 [INFO] [stderr] | [INFO] [stderr] 84 | io::Error::new(io::ErrorKind::Other, e.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.37s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/capella-b507a4c59c6d5708 [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test cache::tests::timer_data_generation ... ok [INFO] [stdout] test parse::tests::good_simple_counter ... ok [INFO] [stdout] test parse::tests::bad_parse_cases ... ok [INFO] [stdout] test parse::tests::good_parse_float_value ... ok [INFO] [stdout] test parse::tests::good_nested_metric_name ... ok [INFO] [stdout] test parse::tests::good_timing_with_rate ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "03c2d630f1d978230d9850ff17a2aa64b966cf1ce9a1918a93cdb03d92bca6bd"` [INFO] running `"docker" "rm" "-f" "03c2d630f1d978230d9850ff17a2aa64b966cf1ce9a1918a93cdb03d92bca6bd"` [INFO] [stdout] 03c2d630f1d978230d9850ff17a2aa64b966cf1ce9a1918a93cdb03d92bca6bd