[INFO] cloning repository https://github.com/fredr/data-exporter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fredr/data-exporter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffredr%2Fdata-exporter", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffredr%2Fdata-exporter'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d0209f8f66c298e5f1ab11bbc0fbae9fb059cc14 [INFO] testing fredr/data-exporter against 1.64.0 for beta-1.65-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffredr%2Fdata-exporter" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fredr/data-exporter on toolchain 1.64.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.64.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/fredr/data-exporter [INFO] finished tweaking git repo https://github.com/fredr/data-exporter [INFO] tweaked toml for git repo https://github.com/fredr/data-exporter written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/fredr/data-exporter already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.64.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded sketches-ddsketch v0.2.0 [INFO] [stderr] Downloaded quanta v0.10.1 [INFO] [stderr] Downloaded metrics-macros v0.6.0 [INFO] [stderr] Downloaded metrics-util v0.14.0 [INFO] [stderr] Downloaded metrics v0.20.1 [INFO] [stderr] Downloaded metrics-exporter-prometheus v0.11.0 [INFO] [stderr] Downloaded serde_yaml v0.9.9 [INFO] [stderr] Downloaded raw-cpuid v10.4.0 [INFO] [stderr] Downloaded tracing-logfmt v0.1.2 [INFO] [stderr] Downloaded portable-atomic v0.3.12 [INFO] running `Command { std: "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" "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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 44ea36352a24a3fdf112ca45b3fac6a1448b904e88df4725f80293f1c208798c [INFO] running `Command { std: "docker" "start" "-a" "44ea36352a24a3fdf112ca45b3fac6a1448b904e88df4725f80293f1c208798c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "44ea36352a24a3fdf112ca45b3fac6a1448b904e88df4725f80293f1c208798c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44ea36352a24a3fdf112ca45b3fac6a1448b904e88df4725f80293f1c208798c", kill_on_drop: false }` [INFO] [stdout] 44ea36352a24a3fdf112ca45b3fac6a1448b904e88df4725f80293f1c208798c [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0b694e251b85a98c6345c20d80beb52d10900ea40a82d50233b9fdc574d68cad [INFO] running `Command { std: "docker" "start" "-a" "0b694e251b85a98c6345c20d80beb52d10900ea40a82d50233b9fdc574d68cad", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling unicode-ident v1.0.3 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling libc v0.2.131 [INFO] [stderr] Compiling once_cell v1.13.0 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling itoa v1.0.3 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling bytes v1.2.1 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling serde_derive v1.0.143 [INFO] [stderr] Compiling httparse v1.7.1 [INFO] [stderr] Compiling serde v1.0.143 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.11 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling openssl v0.10.41 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling portable-atomic v0.3.12 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling native-tls v0.2.10 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling async-trait v0.1.57 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling metrics v0.20.1 [INFO] [stderr] Compiling tower-layer v0.3.1 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling serde_json v1.0.83 [INFO] [stderr] Compiling ipnet v2.5.0 [INFO] [stderr] Compiling http-range-header v0.3.0 [INFO] [stderr] Compiling os_str_bytes v6.3.0 [INFO] [stderr] Compiling sketches-ddsketch v0.2.0 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling num_threads v0.1.6 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling unsafe-libyaml v0.2.2 [INFO] [stderr] Compiling sync_wrapper v0.1.1 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling matchit v0.5.0 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling tokio v1.20.1 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling autotools v0.2.5 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling crossbeam-epoch v0.9.10 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling tracing-core v0.1.29 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling raw-cpuid v10.4.0 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling openssl-sys v0.9.75 [INFO] [stderr] Compiling jq-src v0.4.1 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling jq-sys v0.2.2 [INFO] [stderr] Compiling unicode-normalization v0.1.21 [INFO] [stderr] Compiling tracing-subscriber v0.3.15 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling mio v0.8.4 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling quanta v0.10.1 [INFO] [stderr] Compiling time v0.3.13 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling tracing-attributes v0.1.22 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling pin-project-internal v1.0.11 [INFO] [stderr] Compiling metrics-macros v0.6.0 [INFO] [stderr] Compiling thiserror-impl v1.0.32 [INFO] [stderr] Compiling clap_derive v3.2.17 [INFO] [stderr] Compiling metrics-util v0.14.0 [INFO] [stderr] Compiling pin-project v1.0.11 [INFO] [stderr] Compiling axum-core v0.2.7 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling thiserror v1.0.32 [INFO] [stderr] Compiling tracing v0.1.36 [INFO] [stderr] Compiling clap v3.2.17 [INFO] [stderr] Compiling tracing-logfmt v0.1.2 [INFO] [stderr] Compiling tokio-util v0.7.3 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling h2 v0.3.13 [INFO] [stderr] Compiling tower-http v0.3.4 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_yaml v0.9.9 [INFO] [stderr] Compiling hyper v0.14.20 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling axum v0.5.15 [INFO] [stderr] Compiling metrics-exporter-prometheus v0.11.0 [INFO] [stderr] Compiling reqwest v0.11.11 [INFO] [stderr] Compiling jq-rs v0.4.1 [INFO] [stderr] Compiling data-exporter v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 18s [INFO] running `Command { std: "docker" "inspect" "0b694e251b85a98c6345c20d80beb52d10900ea40a82d50233b9fdc574d68cad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b694e251b85a98c6345c20d80beb52d10900ea40a82d50233b9fdc574d68cad", kill_on_drop: false }` [INFO] [stdout] 0b694e251b85a98c6345c20d80beb52d10900ea40a82d50233b9fdc574d68cad [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a847dfecb5a39c1d1e74e7ddcff3e2abad50c0aaa39cba9b84fe46596dc7b18f [INFO] running `Command { std: "docker" "start" "-a" "a847dfecb5a39c1d1e74e7ddcff3e2abad50c0aaa39cba9b84fe46596dc7b18f", kill_on_drop: false }` [INFO] [stderr] Compiling data-exporter v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.94s [INFO] running `Command { std: "docker" "inspect" "a847dfecb5a39c1d1e74e7ddcff3e2abad50c0aaa39cba9b84fe46596dc7b18f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a847dfecb5a39c1d1e74e7ddcff3e2abad50c0aaa39cba9b84fe46596dc7b18f", kill_on_drop: false }` [INFO] [stdout] a847dfecb5a39c1d1e74e7ddcff3e2abad50c0aaa39cba9b84fe46596dc7b18f [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+1.64.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 502db14a78b522df23eb478908aad158a97d54293d0f4832f8fbf02a1eeae437 [INFO] running `Command { std: "docker" "start" "-a" "502db14a78b522df23eb478908aad158a97d54293d0f4832f8fbf02a1eeae437", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.60s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/data_exporter-c9346facf503e9cd) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test parsers::json::tests::test_error_incorrect_type ... ok [INFO] [stdout] test parsers::json::tests::test_error_invalid_json ... ok [INFO] [stdout] test parsers::json::tests::test_error_parse_labels_object_incorrect_value_type ... ok [INFO] [stdout] test parsers::json::tests::test_parse_value_object ... ok [INFO] [stdout] test parsers::json::tests::test_error_parse_labels_object_missing_field ... ok [INFO] [stdout] test parsers::json::tests::test_error_parse_labels_object_missing_value ... ok [INFO] [stdout] test pipeline_stages::regex::tests::test_replace ... ok [INFO] [stdout] test parsers::json::tests::test_parse_labels_object ... ok [INFO] [stdout] test parsers::regex::tests::test_regex_parser ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/data_exporter-567a98988b5c9f86) [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests data-exporter [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "502db14a78b522df23eb478908aad158a97d54293d0f4832f8fbf02a1eeae437", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "502db14a78b522df23eb478908aad158a97d54293d0f4832f8fbf02a1eeae437", kill_on_drop: false }` [INFO] [stdout] 502db14a78b522df23eb478908aad158a97d54293d0f4832f8fbf02a1eeae437