[INFO] cloning repository https://github.com/graysonhead/redorm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/graysonhead/redorm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgraysonhead%2Fredorm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgraysonhead%2Fredorm'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6dc04a014b7e711bff434c3b4b86f8d91aae0f18
[INFO] testing graysonhead/redorm against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgraysonhead%2Fredorm" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/graysonhead/redorm
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/graysonhead/redorm
[INFO] tweaked toml for git repo https://github.com/graysonhead/redorm written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/graysonhead/redorm on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/graysonhead/redorm already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded num_cpus v1.14.0
[INFO] [stderr]   Downloaded deadpool-redis v0.11.0
[INFO] [stderr]   Downloaded async-trait v0.1.58
[INFO] [stderr]   Downloaded deadpool-runtime v0.1.2
[INFO] [stderr]   Downloaded cxxbridge-flags v1.0.82
[INFO] [stderr]   Downloaded link-cplusplus v1.0.7
[INFO] [stderr]   Downloaded deadpool v0.9.5
[INFO] [stderr]   Downloaded scratch v1.0.2
[INFO] [stderr]   Downloaded cxx-build v1.0.82
[INFO] [stderr]   Downloaded cc v1.0.77
[INFO] [stderr]   Downloaded cxxbridge-macro v1.0.82
[INFO] [stderr]   Downloaded cxx v1.0.82
[INFO] [stderr]   Downloaded tokio v1.22.0
[INFO] [stderr]   Downloaded redis v0.22.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0ee00d6967dc3efcc6bfe42d493d01b200332b9bc4defc415d641130fcffdbe7
[INFO] running `Command { std: "docker" "start" "0ee00d6967dc3efcc6bfe42d493d01b200332b9bc4defc415d641130fcffdbe7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0ee00d6967dc3efcc6bfe42d493d01b200332b9bc4defc415d641130fcffdbe7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0ee00d6967dc3efcc6bfe42d493d01b200332b9bc4defc415d641130fcffdbe7" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0ee00d6967dc3efcc6bfe42d493d01b200332b9bc4defc415d641130fcffdbe7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0ee00d6967dc3efcc6bfe42d493d01b200332b9bc4defc415d641130fcffdbe7" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling unicode-segmentation v1.10.0
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]    Compiling async-trait v0.1.58
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling bae v0.1.7
[INFO] [stderr]    Compiling futures-macro v0.3.25
[INFO] [stderr]    Compiling redorm_macros v0.1.0 (/opt/rustwide/workdir/redorm_macros)
[INFO] [stdout] warning: struct `FieldAttributes` is never constructed
[INFO] [stdout]   --> redorm_macros/src/lib.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | struct FieldAttributes {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `key` is never read
[INFO] [stdout]  --> redorm_macros/src/attributes.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 6 |     pub struct Redorm {
[INFO] [stdout]   |                ------ field in this struct
[INFO] [stdout] 7 |         pub prefix_name: Option<syn::Lit>,
[INFO] [stdout] 8 |         pub key: Option<syn::Ident>,
[INFO] [stdout]   |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ConvertError` is never constructed
[INFO] [stdout]  --> redorm_macros/src/errors.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct ConvertError;
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling redorm v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.16s
[INFO] running `Command { std: "docker" "inspect" "0ee00d6967dc3efcc6bfe42d493d01b200332b9bc4defc415d641130fcffdbe7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0ee00d6967dc3efcc6bfe42d493d01b200332b9bc4defc415d641130fcffdbe7" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling parking_lot_core v0.9.4
[INFO] [stderr]    Compiling tokio v1.22.0
[INFO] [stderr]    Compiling bytes v1.2.1
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling retain_mut v0.1.9
[INFO] [stderr]    Compiling sha1_smol v1.0.0
[INFO] [stderr]    Compiling itoa v1.0.4
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stdout] warning: struct `FieldAttributes` is never constructed
[INFO] [stdout]   --> redorm_macros/src/lib.rs:11:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | struct FieldAttributes {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `key` is never read
[INFO] [stdout]  --> redorm_macros/src/attributes.rs:8:13
[INFO] [stdout]   |
[INFO] [stdout] 6 |     pub struct Redorm {
[INFO] [stdout]   |                ------ field in this struct
[INFO] [stdout] 7 |         pub prefix_name: Option<syn::Lit>,
[INFO] [stdout] 8 |         pub key: Option<syn::Ident>,
[INFO] [stdout]   |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ConvertError` is never constructed
[INFO] [stdout]  --> redorm_macros/src/errors.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct ConvertError;
[INFO] [stdout]   |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling num_cpus v1.14.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling mio v0.8.5
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling chrono v0.4.23
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling redorm v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling deadpool-runtime v0.1.2
[INFO] [stderr]    Compiling deadpool v0.9.5
[INFO] [stderr]    Compiling combine v4.6.6
[INFO] [stderr]    Compiling redis v0.22.1
[INFO] [stderr]    Compiling deadpool-redis v0.11.0
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 20.42s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.22.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "0ee00d6967dc3efcc6bfe42d493d01b200332b9bc4defc415d641130fcffdbe7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0ee00d6967dc3efcc6bfe42d493d01b200332b9bc4defc415d641130fcffdbe7" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: struct `FieldAttributes` is never constructed
[INFO] [stderr]   --> redorm_macros/src/lib.rs:11:8
[INFO] [stderr]    |
[INFO] [stderr] 11 | struct FieldAttributes {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `key` is never read
[INFO] [stderr]  --> redorm_macros/src/attributes.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 6 |     pub struct Redorm {
[INFO] [stderr]   |                ------ field in this struct
[INFO] [stderr] 7 |         pub prefix_name: Option<syn::Lit>,
[INFO] [stderr] 8 |         pub key: Option<syn::Ident>,
[INFO] [stderr]   |             ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `ConvertError` is never constructed
[INFO] [stderr]  --> redorm_macros/src/errors.rs:4:12
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub struct ConvertError;
[INFO] [stderr]   |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `redorm_macros` (lib) generated 3 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.15s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.22.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/redorm-1d1d91068d2218d5)
[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 redorm
[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" "0ee00d6967dc3efcc6bfe42d493d01b200332b9bc4defc415d641130fcffdbe7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ee00d6967dc3efcc6bfe42d493d01b200332b9bc4defc415d641130fcffdbe7", kill_on_drop: false }`
[INFO] [stdout] 0ee00d6967dc3efcc6bfe42d493d01b200332b9bc4defc415d641130fcffdbe7
