[INFO] cloning repository https://github.com/LedgerProject/safepkt_backend [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LedgerProject/safepkt_backend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLedgerProject%2Fsafepkt_backend", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLedgerProject%2Fsafepkt_backend'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0304ac15f3fab596a576215c656b92cbedd0d742 [INFO] testing LedgerProject/safepkt_backend against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLedgerProject%2Fsafepkt_backend" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/LedgerProject/safepkt_backend on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/LedgerProject/safepkt_backend [INFO] finished tweaking git repo https://github.com/LedgerProject/safepkt_backend [INFO] tweaked toml for git repo https://github.com/LedgerProject/safepkt_backend written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/LedgerProject/safepkt_backend already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.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 hyperlocal v0.8.0 [INFO] [stderr] Downloaded bollard-stubs v1.41.0 [INFO] [stderr] Downloaded bollard v0.11.0 [INFO] [stderr] Downloaded gory v0.1.14 [INFO] [stderr] Downloaded fungus v0.1.27 [INFO] [stderr] Downloaded routerify v2.2.0 [INFO] [stderr] Downloaded routerify-cors v2.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dc5693e2976a23de7f45ec00d9f45e99217ae5fc7f83ab576c31d078649f2879 [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" "dc5693e2976a23de7f45ec00d9f45e99217ae5fc7f83ab576c31d078649f2879", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dc5693e2976a23de7f45ec00d9f45e99217ae5fc7f83ab576c31d078649f2879", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc5693e2976a23de7f45ec00d9f45e99217ae5fc7f83ab576c31d078649f2879", kill_on_drop: false }` [INFO] [stdout] dc5693e2976a23de7f45ec00d9f45e99217ae5fc7f83ab576c31d078649f2879 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+1.59.0" "build" "--frozen" "--message-format=json", 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] 3dd4bb478a28ea70ed5ed34c2a083683fd61a6f66648b8b441ff3dc9c53cb057 [INFO] running `Command { std: "docker" "start" "-a" "3dd4bb478a28ea70ed5ed34c2a083683fd61a6f66648b8b441ff3dc9c53cb057", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling libc v0.2.108 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling futures-io v0.3.18 [INFO] [stderr] Compiling futures-channel v0.3.18 [INFO] [stderr] Compiling futures-util v0.3.18 [INFO] [stderr] Compiling serde_json v1.0.71 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling fastrand v1.4.1 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling event-listener v2.5.1 [INFO] [stderr] Compiling rustversion v1.0.5 [INFO] [stderr] Compiling async-task v4.0.3 [INFO] [stderr] Compiling crc32fast v1.2.2 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling eyre v0.6.5 [INFO] [stderr] Compiling owo-colors v1.3.0 [INFO] [stderr] Compiling anyhow v1.0.48 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.8 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling tokio v1.14.0 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling backtrace v0.3.63 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling async-lock v2.4.0 [INFO] [stderr] Compiling textwrap v0.14.2 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling os_str_bytes v4.2.0 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling regex v1.4.6 [INFO] [stderr] Compiling crypto-mac v0.8.0 [INFO] [stderr] Compiling sha2 v0.9.8 [INFO] [stderr] Compiling blake2 v0.9.2 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling blocking v1.1.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling filetime v0.2.15 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling gory v0.1.14 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling nix v0.23.0 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling tar v0.4.37 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling fungus v0.1.27 [INFO] [stderr] Compiling darling_core v0.13.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling ctor v0.1.21 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling tracing-attributes v0.1.18 [INFO] [stderr] Compiling futures-macro v0.3.18 [INFO] [stderr] Compiling tokio-macros v1.6.0 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling async-attributes v1.1.2 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.5 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Compiling darling_macro v0.13.0 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling polling v2.2.0 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling darling v0.13.0 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling pin-project v1.0.8 [INFO] [stderr] Compiling serde_with_macros v1.5.1 [INFO] [stderr] Compiling async-io v1.6.0 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling clap v3.0.0-beta.5 [INFO] [stderr] Compiling async-global-executor v2.0.2 [INFO] [stderr] Compiling async-std v1.10.0 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling futures-executor v0.3.18 [INFO] [stderr] Compiling futures v0.3.18 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling h2 v0.3.7 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling serde_with v1.11.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling tracing-subscriber v0.2.25 [INFO] [stderr] Compiling bollard-stubs v1.41.0 [INFO] [stderr] Compiling tracing-error v0.1.2 [INFO] [stderr] Compiling hyper v0.14.15 [INFO] [stderr] Compiling color-spantrace v0.1.6 [INFO] [stderr] Compiling color-eyre v0.5.11 [INFO] [stderr] Compiling hyperlocal v0.8.0 [INFO] [stderr] Compiling routerify v2.2.0 [INFO] [stderr] Compiling routerify-cors v2.0.0 [INFO] [stderr] Compiling bollard v0.11.0 [INFO] [stderr] Compiling safepkt-backend v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 10s [INFO] running `Command { std: "docker" "inspect" "3dd4bb478a28ea70ed5ed34c2a083683fd61a6f66648b8b441ff3dc9c53cb057", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3dd4bb478a28ea70ed5ed34c2a083683fd61a6f66648b8b441ff3dc9c53cb057", kill_on_drop: false }` [INFO] [stdout] 3dd4bb478a28ea70ed5ed34c2a083683fd61a6f66648b8b441ff3dc9c53cb057 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", 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] 0cc7fa8d62d44a8a367b7a913539e17a9fd5a342d78e69822d87999707505ec0 [INFO] running `Command { std: "docker" "start" "-a" "0cc7fa8d62d44a8a367b7a913539e17a9fd5a342d78e69822d87999707505ec0", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling safepkt-backend v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 12.96s [INFO] running `Command { std: "docker" "inspect" "0cc7fa8d62d44a8a367b7a913539e17a9fd5a342d78e69822d87999707505ec0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0cc7fa8d62d44a8a367b7a913539e17a9fd5a342d78e69822d87999707505ec0", kill_on_drop: false }` [INFO] [stdout] 0cc7fa8d62d44a8a367b7a913539e17a9fd5a342d78e69822d87999707505ec0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 519648b6a7ea9839c7fb92bf4b72c1270a6c1c74473bee3b2edb11c6241eef0d [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" "519648b6a7ea9839c7fb92bf4b72c1270a6c1c74473bee3b2edb11c6241eef0d", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/safepkt_backend-6350739d64989598) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test test::it_generates_random_letters ... ok [INFO] [stdout] test infrastructure::project::scaffold::it_creates_a_project_manifest ... ok [INFO] [stdout] test infrastructure::project::scaffold::it_creates_an_entry_point ... ok [INFO] [stdout] test infrastructure::service::base64_decoder::it_decodes_base64_encoded_content ... ok [INFO] [stdout] test domain::project::manifest::it_makes_a_manifest ... ok [INFO] [stdout] test infrastructure::project::scaffold::it_finds_a_source_in_the_file_system ... ok [INFO] [stdout] test infrastructure::service::file_system::it_guards_against_missing_file ... ok [INFO] [stdout] test infrastructure::service::file_system::it_saves_content_in_file_system ... ok [INFO] [stdout] test infrastructure::service::file_system::it_hashes_content ... ok [INFO] [stdout] test infrastructure::project::scaffold::it_creates_a_project_source_directory ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/safepkt_backend-296d08dcd6828fbb) [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] Running unittests (/opt/rustwide/target/debug/deps/safepkt_cli-1d17b5b6c2ed7c25) [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 safepkt-backend [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name safepkt_backend --test /opt/rustwide/workdir/src/lib.rs -L dependency=/opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-35fa246b7039f8b4.rlib --extern async_std=/opt/rustwide/target/debug/deps/libasync_std-1621d336af7e42bc.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-afaaf748c44579d6.so --extern base64=/opt/rustwide/target/debug/deps/libbase64-416e1250c5cc634c.rlib --extern bollard=/opt/rustwide/target/debug/deps/libbollard-aa81a64a58730527.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-fdeb1a16e578c77a.rlib --extern color_eyre=/opt/rustwide/target/debug/deps/libcolor_eyre-70c4103b44cd9fb4.rlib --extern dotenv=/opt/rustwide/target/debug/deps/libdotenv-0fc5e8289431a71d.rlib --extern fungus=/opt/rustwide/target/debug/deps/libfungus-a6086fb0ce87d91c.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-d8bcc7bce243fc7e.rlib --extern hex=/opt/rustwide/target/debug/deps/libhex-49936c98b71e5753.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-57693ca916f32ab9.rlib --extern nix=/opt/rustwide/target/debug/deps/libnix-8fc93c1f053aa123.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-5fad0e6498072450.rlib --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-e21da8651ea701d3.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-95c01e2c93f68cec.rlib --extern routerify=/opt/rustwide/target/debug/deps/librouterify-0b4d5711c88bbbbb.rlib --extern routerify_cors=/opt/rustwide/target/debug/deps/librouterify_cors-111868243d4fad43.rlib --extern safepkt_backend=/opt/rustwide/target/debug/deps/libsafepkt_backend-5434df0770ccd8cf.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-13b79f47fd76d206.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-4d7affb062baf278.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-f9b2e843a8510786.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-839f01ea675e2706.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-e9fe568590178c06.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-4be87d96d049b8d8.rlib -C embed-bitcode=no --error-format human` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "519648b6a7ea9839c7fb92bf4b72c1270a6c1c74473bee3b2edb11c6241eef0d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "519648b6a7ea9839c7fb92bf4b72c1270a6c1c74473bee3b2edb11c6241eef0d", kill_on_drop: false }` [INFO] [stdout] 519648b6a7ea9839c7fb92bf4b72c1270a6c1c74473bee3b2edb11c6241eef0d