[INFO] fetching crate nongoose 0.1.0-beta.1... [INFO] testing nongoose-0.1.0-beta.1 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate nongoose 0.1.0-beta.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate nongoose 0.1.0-beta.1 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 crates.io crate nongoose 0.1.0-beta.1 [INFO] finished tweaking crates.io crate nongoose 0.1.0-beta.1 [INFO] tweaked toml for crates.io crate nongoose 0.1.0-beta.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde_with_macros v1.5.1 [INFO] [stderr] Downloaded os_info v3.2.0 [INFO] [stderr] Downloaded pbkdf2 v0.8.0 [INFO] [stderr] Downloaded async-std-resolver v0.20.4 [INFO] [stderr] Downloaded mongodb v2.1.0 [INFO] [stderr] Downloaded nongoose-derive v0.1.0-beta.1 [INFO] [stderr] Downloaded bson v2.1.0 [INFO] [stderr] Downloaded stringprep v0.1.2 [INFO] [stderr] Downloaded typed-builder v0.9.1 [INFO] [stderr] Downloaded serde_with v1.12.0 [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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ae8cb3bd2a9aa9eef62ffd06e369b46fecd4d22d36897b15255e9d2fa7c9f6f0 [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" "ae8cb3bd2a9aa9eef62ffd06e369b46fecd4d22d36897b15255e9d2fa7c9f6f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ae8cb3bd2a9aa9eef62ffd06e369b46fecd4d22d36897b15255e9d2fa7c9f6f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae8cb3bd2a9aa9eef62ffd06e369b46fecd4d22d36897b15255e9d2fa7c9f6f0", kill_on_drop: false }` [INFO] [stdout] ae8cb3bd2a9aa9eef62ffd06e369b46fecd4d22d36897b15255e9d2fa7c9f6f0 [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" "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] 04cd3adfed235603fef53816eb977dc35f286d0d36c8faf7ee2efeb573c7f6bf [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" "04cd3adfed235603fef53816eb977dc35f286d0d36c8faf7ee2efeb573c7f6bf", kill_on_drop: false }` [INFO] [stderr] Compiling rustls-pemfile v0.2.1 [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling crypto-mac v0.11.1 [INFO] [stderr] Compiling ctor v0.1.21 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling darling_core v0.13.1 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling enum-as-inner v0.3.4 [INFO] [stderr] Compiling async-attributes v1.1.2 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling md-5 v0.9.1 [INFO] [stderr] Compiling typed-builder v0.9.1 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling serde_bytes v0.11.5 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling pbkdf2 v0.8.0 [INFO] [stderr] Compiling hmac v0.11.0 [INFO] [stderr] Compiling getrandom v0.2.5 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling proc-macro-crate v1.1.3 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.8 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.1 [INFO] [stderr] Compiling nongoose-derive v0.1.0-beta.1 [INFO] [stderr] Compiling mio v0.8.0 [INFO] [stderr] Compiling polling v2.2.0 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling os_info v3.2.0 [INFO] [stderr] Compiling webpki-roots v0.21.1 [INFO] [stderr] Compiling rustls v0.19.1 [INFO] [stderr] Compiling async-io v1.6.0 [INFO] [stderr] Compiling bson v2.1.0 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling darling_macro v0.13.1 [INFO] [stderr] Compiling async-global-executor v2.0.2 [INFO] [stderr] Compiling async-std v1.10.0 [INFO] [stderr] Compiling darling v0.13.1 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling serde_with_macros v1.5.1 [INFO] [stderr] Compiling trust-dns-proto v0.20.4 [INFO] [stderr] Compiling tokio-rustls v0.22.0 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling serde_with v1.12.0 [INFO] [stderr] Compiling trust-dns-resolver v0.20.4 [INFO] [stderr] Compiling async-std-resolver v0.20.4 [INFO] [stderr] Compiling mongodb v2.1.0 [INFO] [stderr] Compiling nongoose v0.1.0-beta.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 18s [INFO] running `Command { std: "docker" "inspect" "04cd3adfed235603fef53816eb977dc35f286d0d36c8faf7ee2efeb573c7f6bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04cd3adfed235603fef53816eb977dc35f286d0d36c8faf7ee2efeb573c7f6bf", kill_on_drop: false }` [INFO] [stdout] 04cd3adfed235603fef53816eb977dc35f286d0d36c8faf7ee2efeb573c7f6bf [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" "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] cb2c7eead74069e3db7aad15f442118fb5252002606c3295c4ea76328a02e1ba [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" "cb2c7eead74069e3db7aad15f442118fb5252002606c3295c4ea76328a02e1ba", kill_on_drop: false }` [INFO] [stderr] Compiling nongoose v0.1.0-beta.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.16s [INFO] running `Command { std: "docker" "inspect" "cb2c7eead74069e3db7aad15f442118fb5252002606c3295c4ea76328a02e1ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb2c7eead74069e3db7aad15f442118fb5252002606c3295c4ea76328a02e1ba", kill_on_drop: false }` [INFO] [stdout] cb2c7eead74069e3db7aad15f442118fb5252002606c3295c4ea76328a02e1ba [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" "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", 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] 4be4dcbe907daf648732b78f0381465ade2b7c3a2b3a4e541330009f8325fbdf [INFO] running `Command { std: "docker" "start" "-a" "4be4dcbe907daf648732b78f0381465ade2b7c3a2b3a4e541330009f8325fbdf", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/nongoose-5c451f88ca8f4dbe) [INFO] [stdout] [INFO] [stderr] Doc-tests nongoose [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] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test src/nongoose.rs - nongoose::Nongoose::count (line 136) ... ignored [INFO] [stdout] test src/nongoose.rs - nongoose::Nongoose::count (line 169) ... ignored [INFO] [stdout] test src/nongoose.rs - nongoose::Nongoose::create (line 58) ... ignored [INFO] [stdout] test src/nongoose.rs - nongoose::Nongoose::find (line 306) ... ignored [INFO] [stdout] test src/nongoose.rs - nongoose::Nongoose::find (line 387) ... ignored [INFO] [stdout] test src/nongoose.rs - nongoose::Nongoose::find_by_id (line 440) ... ignored [INFO] [stdout] test src/nongoose.rs - nongoose::Nongoose::find_one (line 549) ... ignored [INFO] [stdout] test src/nongoose.rs - nongoose::Nongoose::find_one (line 606) ... ignored [INFO] [stdout] test src/nongoose.rs - nongoose::Nongoose::update_many (line 700) ... ignored [INFO] [stdout] test src/nongoose.rs - nongoose::Nongoose::update_many (line 727) ... ignored [INFO] [stdout] test src/schema.rs - schema::Schema::populate (line 141) ... ignored [INFO] [stdout] test src/schema.rs - schema::Schema::remove (line 178) ... ignored [INFO] [stdout] test src/schema.rs - schema::Schema::save (line 245) ... ignored [INFO] [stdout] test src/schema/before.rs - schema::before::SchemaBefore::before_create (line 29) ... ignored [INFO] [stdout] test src/schema/before.rs - schema::before::SchemaBefore::before_update (line 60) ... ignored [INFO] [stdout] test src/schema/types.rs - schema::types::SchemaRelationType::parse_str (line 30) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 15 ignored; 0 measured; 0 filtered out; finished in 6.65s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4be4dcbe907daf648732b78f0381465ade2b7c3a2b3a4e541330009f8325fbdf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4be4dcbe907daf648732b78f0381465ade2b7c3a2b3a4e541330009f8325fbdf", kill_on_drop: false }` [INFO] [stdout] 4be4dcbe907daf648732b78f0381465ade2b7c3a2b3a4e541330009f8325fbdf