[INFO] cloning repository https://github.com/mjbrisebois/rust-hc-crud-ceps [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mjbrisebois/rust-hc-crud-ceps" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmjbrisebois%2Frust-hc-crud-ceps", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmjbrisebois%2Frust-hc-crud-ceps'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0e8343e5cb52a3e2665c2f914b374e6368402c2b [INFO] testing mjbrisebois/rust-hc-crud-ceps against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmjbrisebois%2Frust-hc-crud-ceps" "/workspace/builds/worker-28/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-28/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mjbrisebois/rust-hc-crud-ceps 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/mjbrisebois/rust-hc-crud-ceps [INFO] finished tweaking git repo https://github.com/mjbrisebois/rust-hc-crud-ceps [INFO] tweaked toml for git repo https://github.com/mjbrisebois/rust-hc-crud-ceps written to /workspace/builds/worker-28/source/Cargo.toml [INFO] crate git repo https://github.com/mjbrisebois/rust-hc-crud-ceps 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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] 948644be094aa78db669f2802cc42861e3c8bdb2d3b9e29c5b9cf1e4d32c2575 [INFO] running `Command { std: "docker" "start" "-a" "948644be094aa78db669f2802cc42861e3c8bdb2d3b9e29c5b9cf1e4d32c2575", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "948644be094aa78db669f2802cc42861e3c8bdb2d3b9e29c5b9cf1e4d32c2575", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "948644be094aa78db669f2802cc42861e3c8bdb2d3b9e29c5b9cf1e4d32c2575", kill_on_drop: false }` [INFO] [stdout] 948644be094aa78db669f2802cc42861e3c8bdb2d3b9e29c5b9cf1e4d32c2575 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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] [stdout] e58e7a9aaae78777f4dbed07eaeaec44ebf65302ff476334b9b2ca508f28a783 [INFO] running `Command { std: "docker" "start" "-a" "e58e7a9aaae78777f4dbed07eaeaec44ebf65302ff476334b9b2ca508f28a783", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Compiling futures-core v0.3.17 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling futures-task v0.3.17 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling futures-sink v0.3.17 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling futures-io v0.3.17 [INFO] [stderr] Compiling slab v0.4.4 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling trilean v1.1.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling arrayref v0.3.6 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling constant_time_eq v0.1.5 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling subtle v2.4.0 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling paste v1.0.5 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling futures-macro v0.3.17 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling tracing-core v0.1.18 [INFO] [stderr] Compiling instant v0.1.11 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling sharded-slab v0.1.1 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling blake2b_simd v0.5.11 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling rmp v0.8.10 [INFO] [stderr] Compiling gcollections v1.5.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling intervallum v1.4.0 [INFO] [stderr] Compiling thiserror-impl v1.0.25 [INFO] [stderr] Compiling holochain_serialized_bytes_derive v0.0.51 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling derive_more v0.99.16 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling thiserror v1.0.25 [INFO] [stderr] Compiling futures-executor v0.3.17 [INFO] [stderr] Compiling futures v0.3.17 [INFO] [stderr] Compiling must_future v0.1.2 [INFO] [stderr] Compiling rmp-serde v0.15.5 [INFO] [stderr] Compiling serde_bytes v0.11.5 [INFO] [stderr] Compiling serde-transcode v1.1.0 [INFO] [stderr] Compiling kitsune_p2p_dht_arc v0.0.7 [INFO] [stderr] Compiling kitsune_p2p_timestamp v0.0.5 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling holochain_serialized_bytes v0.0.51 [INFO] [stderr] Compiling tracing-subscriber v0.2.18 [INFO] [stderr] Compiling holochain_wasmer_common v0.0.76 [INFO] [stderr] Compiling holo_hash v0.0.17 [INFO] [stderr] Compiling holochain_wasmer_guest v0.0.76 [INFO] [stderr] Compiling holochain_zome_types v0.0.22 [INFO] [stderr] Compiling hdk_derive v0.0.22 [INFO] [stderr] Compiling hdk v0.0.120 [INFO] [stderr] Compiling hc_crud_ceps v0.17.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.95s [INFO] running `Command { std: "docker" "inspect" "e58e7a9aaae78777f4dbed07eaeaec44ebf65302ff476334b9b2ca508f28a783", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e58e7a9aaae78777f4dbed07eaeaec44ebf65302ff476334b9b2ca508f28a783", kill_on_drop: false }` [INFO] [stdout] e58e7a9aaae78777f4dbed07eaeaec44ebf65302ff476334b9b2ca508f28a783 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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] [stdout] 15b8ba73547a653c1d457cc9bf3c13816adefe2ae3e09bfdc2b8df94a9cc4a02 [INFO] running `Command { std: "docker" "start" "-a" "15b8ba73547a653c1d457cc9bf3c13816adefe2ae3e09bfdc2b8df94a9cc4a02", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 hc_crud_ceps v0.17.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.73s [INFO] running `Command { std: "docker" "inspect" "15b8ba73547a653c1d457cc9bf3c13816adefe2ae3e09bfdc2b8df94a9cc4a02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15b8ba73547a653c1d457cc9bf3c13816adefe2ae3e09bfdc2b8df94a9cc4a02", kill_on_drop: false }` [INFO] [stdout] 15b8ba73547a653c1d457cc9bf3c13816adefe2ae3e09bfdc2b8df94a9cc4a02 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-28/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] c2ddb9e98702454ccee2892c6ec96ccd6418d2fcb53f539031b930a5a0774912 [INFO] running `Command { std: "docker" "start" "-a" "c2ddb9e98702454ccee2892c6ec96ccd6418d2fcb53f539031b930a5a0774912", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/hc_crud-59c00252c7035eae) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test entities::tests::entity_test ... ok [INFO] [stdout] test utils::tests::path_from_collection_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests hc_crud [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/utils.rs - utils::check_entry_type (line 44) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c2ddb9e98702454ccee2892c6ec96ccd6418d2fcb53f539031b930a5a0774912", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2ddb9e98702454ccee2892c6ec96ccd6418d2fcb53f539031b930a5a0774912", kill_on_drop: false }` [INFO] [stdout] c2ddb9e98702454ccee2892c6ec96ccd6418d2fcb53f539031b930a5a0774912