[INFO] cloning repository https://github.com/PradeepKiruvale/tedge_build_workflow [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PradeepKiruvale/tedge_build_workflow" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPradeepKiruvale%2Ftedge_build_workflow", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPradeepKiruvale%2Ftedge_build_workflow'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3ae7775da8d3ea4aa26407779750a265a2767ef3 [INFO] testing PradeepKiruvale/tedge_build_workflow against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPradeepKiruvale%2Ftedge_build_workflow" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/PradeepKiruvale/tedge_build_workflow on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/PradeepKiruvale/tedge_build_workflow [INFO] finished tweaking git repo https://github.com/PradeepKiruvale/tedge_build_workflow [INFO] tweaked toml for git repo https://github.com/PradeepKiruvale/tedge_build_workflow written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/PradeepKiruvale/tedge_build_workflow already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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 yasna v0.3.2 [INFO] [stderr] Downloaded rcgen v0.8.9 [INFO] [stderr] Downloaded pretty_assertions v0.6.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 87f6554bcbe68567011c947f65cfb1c777f7fc6afc5138cf2077f4bdee60a388 [INFO] running `Command { std: "docker" "start" "-a" "87f6554bcbe68567011c947f65cfb1c777f7fc6afc5138cf2077f4bdee60a388", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "87f6554bcbe68567011c947f65cfb1c777f7fc6afc5138cf2077f4bdee60a388", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87f6554bcbe68567011c947f65cfb1c777f7fc6afc5138cf2077f4bdee60a388", kill_on_drop: false }` [INFO] [stdout] 87f6554bcbe68567011c947f65cfb1c777f7fc6afc5138cf2077f4bdee60a388 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b6abfd853882e41649a039693cc786d963fac487e631357374a56622d1679bbb [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b6abfd853882e41649a039693cc786d963fac487e631357374a56622d1679bbb", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.68 [INFO] [stderr] Compiling libc v0.2.93 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.6 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling lexical-core v0.7.5 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling funty v1.1.0 [INFO] [stderr] Compiling oid-registry v0.1.1 [INFO] [stderr] Compiling anyhow v1.0.40 [INFO] [stderr] Compiling pollster v0.2.2 [INFO] [stderr] Compiling fixedbitset v0.3.2 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling zeroize v1.2.0 [INFO] [stderr] Compiling json v0.12.4 [INFO] [stderr] Compiling tokio v1.4.0 [INFO] [stderr] Compiling nom v6.1.2 [INFO] [stderr] Compiling num-bigint v0.4.0 [INFO] [stderr] Compiling lock_api v0.4.3 [INFO] [stderr] Compiling mqttbytes v0.1.0 (https://github.com/mneumann/rumqtt?branch=support-publish-ack#d15c73fc) [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling http-body v0.4.1 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling idna v0.2.2 [INFO] [stderr] Compiling regex v1.4.5 [INFO] [stderr] Compiling float-cmp v0.8.0 [INFO] [stderr] Compiling sha-1 v0.9.4 [INFO] [stderr] Compiling bitvec v0.19.5 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling url v2.2.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling predicates v1.0.7 [INFO] [stderr] Compiling pem v0.8.3 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Compiling nix v0.20.0 [INFO] [stderr] Compiling rpassword v5.0.1 [INFO] [stderr] Compiling which v4.1.0 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling yasna v0.3.2 [INFO] [stderr] Compiling webpki-roots v0.21.1 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling rcgen v0.8.9 [INFO] [stderr] Compiling rusticata-macros v3.0.1 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling ctor v0.1.20 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling tokio-macros v1.1.0 [INFO] [stderr] Compiling futures-macro v0.3.13 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling der-oid-macro v0.4.0 [INFO] [stderr] Compiling mockall_derive v0.9.1 [INFO] [stderr] Compiling pin-project-internal v1.0.6 [INFO] [stderr] Compiling async-trait v0.1.50 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling der-parser v5.1.0 [INFO] [stderr] Compiling futures-util v0.3.13 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling x509-parser v0.9.2 [INFO] [stderr] Compiling mio v0.7.11 [INFO] [stderr] Compiling rustls v0.19.0 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling users v0.11.0 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling flockfile v0.1.0 (/opt/rustwide/workdir/common/flockfile) [INFO] [stderr] Compiling env_logger v0.8.3 [INFO] [stderr] Compiling tracing v0.1.25 [INFO] [stderr] Compiling pin-project v1.0.6 [INFO] [stderr] Compiling structopt v0.3.21 [INFO] [stderr] Compiling certificate v0.1.0 (/opt/rustwide/workdir/common/certificate) [INFO] [stderr] Compiling mockall v0.9.1 [INFO] [stderr] Compiling clock v0.1.0 (/opt/rustwide/workdir/common/clock) [INFO] [stderr] Compiling futures-executor v0.3.13 [INFO] [stderr] Compiling futures v0.3.13 [INFO] [stderr] Compiling thin_edge_json v0.1.0 (/opt/rustwide/workdir/mapper/thin_edge_json) [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling c8y_translator_lib v0.1.0 (/opt/rustwide/workdir/mapper/cumulocity/c8y_translator_lib) [INFO] [stderr] Compiling tokio-rustls v0.22.0 [INFO] [stderr] Compiling tokio-util v0.6.5 [INFO] [stderr] Compiling rumqttc v0.4.0 (https://github.com/mneumann/rumqtt?branch=support-publish-ack#d15c73fc) [INFO] [stderr] Compiling h2 v0.3.2 [INFO] [stderr] Compiling mqtt_client v0.1.0 (/opt/rustwide/workdir/common/mqtt_client) [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling tracing-subscriber v0.2.17 [INFO] [stderr] Compiling tedge_config v0.1.0 (/opt/rustwide/workdir/tedge_config) [INFO] [stdout] warning: field is never read: `config_location` [INFO] [stdout] --> tedge_config/src/tedge_config.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | pub(crate) config_location: TEdgeConfigLocation, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `TEdgeConfig` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> tedge_config/src/tedge_config.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling collectd_mapper v0.1.0 (/opt/rustwide/workdir/mapper/collectd_mapper) [INFO] [stderr] Compiling tedge_mapper v0.1.0 (/opt/rustwide/workdir/mapper/tedge_mapper) [INFO] [stderr] Compiling hyper v0.14.5 [INFO] [stderr] Compiling hyper-rustls v0.22.1 [INFO] [stderr] Compiling reqwest v0.11.2 [INFO] [stderr] Compiling tedge v0.1.0 (/opt/rustwide/workdir/tedge) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 46s [INFO] running `Command { std: "docker" "inspect" "b6abfd853882e41649a039693cc786d963fac487e631357374a56622d1679bbb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6abfd853882e41649a039693cc786d963fac487e631357374a56622d1679bbb", kill_on_drop: false }` [INFO] [stdout] b6abfd853882e41649a039693cc786d963fac487e631357374a56622d1679bbb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ce0dd3d7b3c60a0f41bbf83af5ca026671aaaac4e8fecb9470504624e6da97be [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ce0dd3d7b3c60a0f41bbf83af5ca026671aaaac4e8fecb9470504624e6da97be", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "ce0dd3d7b3c60a0f41bbf83af5ca026671aaaac4e8fecb9470504624e6da97be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce0dd3d7b3c60a0f41bbf83af5ca026671aaaac4e8fecb9470504624e6da97be", kill_on_drop: false }` [INFO] [stdout] ce0dd3d7b3c60a0f41bbf83af5ca026671aaaac4e8fecb9470504624e6da97be