[INFO] cloning repository https://github.com/rggr/capella [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rggr/capella" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frggr%2Fcapella", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frggr%2Fcapella'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1c862521ce2a1c72aa096431ff0424a75fe34c48 [INFO] testing rggr/capella against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frggr%2Fcapella" "/workspace/builds/worker-65/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-65/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rggr/capella on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-65/source/Cargo.toml [INFO] crate git repo https://github.com/rggr/capella already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded env_logger v0.4.2 [INFO] [stderr] Downloaded tokio-core v0.1.6 [INFO] [stderr] Downloaded backtrace-sys v0.1.10 [INFO] [stderr] Downloaded mio v0.6.7 [INFO] [stderr] Downloaded tokio-io v0.1.1 [INFO] [stderr] Downloaded net2 v0.2.27 [INFO] [stderr] Downloaded dotenv v0.10.0 [INFO] [stderr] Downloaded futures v0.1.13 [INFO] [stderr] Downloaded tokio-timer v0.1.1 [INFO] [stderr] Downloaded bytes v0.4.3 [INFO] [stderr] Downloaded derive-error-chain v0.10.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 81d1620aea531c9dc744d7fc8332db49096cc36efdd3fc44bcd28ae7155f8e9d [INFO] running `Command { std: "docker" "start" "-a" "81d1620aea531c9dc744d7fc8332db49096cc36efdd3fc44bcd28ae7155f8e9d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "81d1620aea531c9dc744d7fc8332db49096cc36efdd3fc44bcd28ae7155f8e9d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81d1620aea531c9dc744d7fc8332db49096cc36efdd3fc44bcd28ae7155f8e9d", kill_on_drop: false }` [INFO] [stdout] 81d1620aea531c9dc744d7fc8332db49096cc36efdd3fc44bcd28ae7155f8e9d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e68fe3bc7b14634dbeb9e01937da204ba1f389d7a795344813bc523a7b902fda [INFO] running `Command { std: "docker" "start" "-a" "e68fe3bc7b14634dbeb9e01937da204ba1f389d7a795344813bc523a7b902fda", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.22 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling gcc v0.3.45 [INFO] [stderr] Compiling cfg-if v0.1.0 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling log v0.3.7 [INFO] [stderr] Compiling backtrace v0.3.0 [INFO] [stderr] Compiling num-traits v0.1.37 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling regex-syntax v0.4.0 [INFO] [stderr] Compiling slab v0.3.0 [INFO] [stderr] Compiling futures v0.1.13 [INFO] [stderr] Compiling rustc-demangle v0.1.4 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling byteorder v1.0.0 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling lazycell v0.4.0 [INFO] [stderr] Compiling scoped-tls v0.1.0 [INFO] [stderr] Compiling lazy_static v0.2.8 [INFO] [stderr] Compiling unreachable v0.1.1 [INFO] [stderr] Compiling num-integer v0.1.34 [INFO] [stderr] Compiling backtrace-sys v0.1.10 [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 tokio-timer v0.1.1 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling dbghelp-sys v0.2.0 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling num-iter v0.1.33 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling bytes v0.4.3 [INFO] [stderr] Compiling mio v0.6.7 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling num v0.1.37 [INFO] [stderr] Compiling chrono v0.3.1 [INFO] [stderr] Compiling tokio-io v0.1.1 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling tokio-core v0.1.6 [INFO] [stderr] Compiling derive-error-chain v0.10.0 [INFO] [stderr] Compiling env_logger v0.4.2 [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] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parse.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | / lazy_static! { [INFO] [stdout] 72 | | static ref PATTERN: Regex = Regex::new(r"(?x) [INFO] [stdout] 73 | | \A(?P[\w\.]+): [INFO] [stdout] 74 | | ((?P\-|\+))? [INFO] [stdout] ... | [INFO] [stdout] 77 | | (\|@(?P\d+\.\d+))?\z").unwrap(); [INFO] [stdout] 78 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parse.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | / lazy_static! { [INFO] [stdout] 72 | | static ref PATTERN: Regex = Regex::new(r"(?x) [INFO] [stdout] 73 | | \A(?P[\w\.]+): [INFO] [stdout] 74 | | ((?P\-|\+))? [INFO] [stdout] ... | [INFO] [stdout] 77 | | (\|@(?P\d+\.\d+))?\z").unwrap(); [INFO] [stdout] 78 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:31:26 [INFO] [stdout] | [INFO] [stdout] 31 | f.write_str(self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/server.rs:84:48 [INFO] [stdout] | [INFO] [stdout] 84 | io::Error::new(io::ErrorKind::Other, e.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 11s [INFO] running `Command { std: "docker" "inspect" "e68fe3bc7b14634dbeb9e01937da204ba1f389d7a795344813bc523a7b902fda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e68fe3bc7b14634dbeb9e01937da204ba1f389d7a795344813bc523a7b902fda", kill_on_drop: false }` [INFO] [stdout] e68fe3bc7b14634dbeb9e01937da204ba1f389d7a795344813bc523a7b902fda [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 00648c0befd87049fc53aaf6f9789bdfe82cd9dde18d7a990634435f0fe13b47 [INFO] running `Command { std: "docker" "start" "-a" "00648c0befd87049fc53aaf6f9789bdfe82cd9dde18d7a990634435f0fe13b47", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling capella v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parse.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | / lazy_static! { [INFO] [stdout] 72 | | static ref PATTERN: Regex = Regex::new(r"(?x) [INFO] [stdout] 73 | | \A(?P[\w\.]+): [INFO] [stdout] 74 | | ((?P\-|\+))? [INFO] [stdout] ... | [INFO] [stdout] 77 | | (\|@(?P\d+\.\d+))?\z").unwrap(); [INFO] [stdout] 78 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/parse.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | / lazy_static! { [INFO] [stdout] 72 | | static ref PATTERN: Regex = Regex::new(r"(?x) [INFO] [stdout] 73 | | \A(?P[\w\.]+): [INFO] [stdout] 74 | | ((?P\-|\+))? [INFO] [stdout] ... | [INFO] [stdout] 77 | | (\|@(?P\d+\.\d+))?\z").unwrap(); [INFO] [stdout] 78 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:31:26 [INFO] [stdout] | [INFO] [stdout] 31 | f.write_str(self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/server.rs:84:48 [INFO] [stdout] | [INFO] [stdout] 84 | io::Error::new(io::ErrorKind::Other, e.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 12.13s [INFO] running `Command { std: "docker" "inspect" "00648c0befd87049fc53aaf6f9789bdfe82cd9dde18d7a990634435f0fe13b47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00648c0befd87049fc53aaf6f9789bdfe82cd9dde18d7a990634435f0fe13b47", kill_on_drop: false }` [INFO] [stdout] 00648c0befd87049fc53aaf6f9789bdfe82cd9dde18d7a990634435f0fe13b47 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-65/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1fc005cec30428388b77738f00c40275dab1b5f72fab1bbbec77ca570e44767a [INFO] running `Command { std: "docker" "start" "-a" "1fc005cec30428388b77738f00c40275dab1b5f72fab1bbbec77ca570e44767a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: use of deprecated constant `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 the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `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 the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `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 associated function `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: `capella` (bin "capella" test) generated 4 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.94s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/capella-6adb71dcdae0d540) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test cache::tests::timer_data_generation ... ok [INFO] [stdout] test parse::tests::good_parse_float_value ... 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_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; finished in 0.05s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1fc005cec30428388b77738f00c40275dab1b5f72fab1bbbec77ca570e44767a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1fc005cec30428388b77738f00c40275dab1b5f72fab1bbbec77ca570e44767a", kill_on_drop: false }` [INFO] [stdout] 1fc005cec30428388b77738f00c40275dab1b5f72fab1bbbec77ca570e44767a