[INFO] cloning repository https://github.com/jac3km4/redscript-io
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jac3km4/redscript-io" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjac3km4%2Fredscript-io", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjac3km4%2Fredscript-io'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3744ac39e99449fe32efd073e83bba78cacbe38e
[INFO] testing jac3km4/redscript-io against 1.90.0 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjac3km4%2Fredscript-io" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jac3km4/redscript-io
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/jac3km4/redscript-io
[INFO] tweaked toml for git repo https://github.com/jac3km4/redscript-io written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jac3km4/redscript-io on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jac3km4/redscript-io 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.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/jac3km4/byte`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_derive v1.0.200
[INFO] [stderr]   Downloaded argh_shared v0.1.12
[INFO] [stderr]   Downloaded vmap v0.6.3
[INFO] [stderr]   Downloaded bitfield-struct v0.6.1
[INFO] [stderr]   Downloaded argh_derive v0.1.12
[INFO] [stderr]   Downloaded getrandom v0.2.14
[INFO] [stderr]   Downloaded hipstr v0.4.0
[INFO] [stderr]   Downloaded serde v1.0.200
[INFO] [stderr]   Downloaded proc-macro2 v1.0.81
[INFO] [stderr]   Downloaded argh v0.1.12
[INFO] [stderr]   Downloaded system_error v0.2.0
[INFO] [stderr]   Downloaded syn v2.0.60
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b8965a8ee8117d40f135e5d4dd6b8f2e1add6c96ee87724312b93b06700e0c04
[INFO] running `Command { std: "docker" "start" "-a" "b8965a8ee8117d40f135e5d4dd6b8f2e1add6c96ee87724312b93b06700e0c04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b8965a8ee8117d40f135e5d4dd6b8f2e1add6c96ee87724312b93b06700e0c04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b8965a8ee8117d40f135e5d4dd6b8f2e1add6c96ee87724312b93b06700e0c04", kill_on_drop: false }`
[INFO] [stdout] b8965a8ee8117d40f135e5d4dd6b8f2e1add6c96ee87724312b93b06700e0c04
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5583326f39951d501b4975f0e3646b6a90a2b7226d5ea2adef5d6e983d6e96b0
[INFO] running `Command { std: "docker" "start" "-a" "5583326f39951d501b4975f0e3646b6a90a2b7226d5ea2adef5d6e983d6e96b0", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling serde v1.0.200
[INFO] [stderr]    Compiling libc v0.2.154
[INFO] [stderr]    Compiling crc32fast v1.4.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling zerocopy v0.7.32
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling getrandom v0.2.14
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling serde_bytes v0.11.14
[INFO] [stderr]    Compiling hipstr v0.4.0
[INFO] [stderr]    Compiling byte_derive v0.2.7 (https://github.com/jac3km4/byte?branch=combined#4545e58f)
[INFO] [stderr]    Compiling bitfield-struct v0.6.1
[INFO] [stderr]    Compiling byte v0.2.7 (https://github.com/jac3km4/byte?branch=combined#4545e58f)
[INFO] [stderr]    Compiling redscript-io v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `shared`
[INFO] [stdout]   --> src/lib.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[cfg(not(feature = "shared"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `arc`, `mmap`, and `vmap`
[INFO] [stdout]    = help: consider adding `shared` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `-D unexpected-cfgs` implied by `-D warnings`
[INFO] [stdout]    = help: to override `-D warnings` add `#[allow(unexpected_cfgs)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `shared`
[INFO] [stdout]   --> src/lib.rs:27:7
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[cfg(feature = "shared")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `arc`, `mmap`, and `vmap`
[INFO] [stdout]    = help: consider adding `shared` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.19s
[INFO] running `Command { std: "docker" "inspect" "5583326f39951d501b4975f0e3646b6a90a2b7226d5ea2adef5d6e983d6e96b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5583326f39951d501b4975f0e3646b6a90a2b7226d5ea2adef5d6e983d6e96b0", kill_on_drop: false }`
[INFO] [stdout] 5583326f39951d501b4975f0e3646b6a90a2b7226d5ea2adef5d6e983d6e96b0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 596244b712f1290c86b66d6342af2047eba4fc229e537d9169ea1368eba49a56
[INFO] running `Command { std: "docker" "start" "-a" "596244b712f1290c86b66d6342af2047eba4fc229e537d9169ea1368eba49a56", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.200
[INFO] [stderr]    Compiling libc v0.2.154
[INFO] [stderr]    Compiling system_error v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.200
[INFO] [stderr]    Compiling getrandom v0.2.14
[INFO] [stderr]    Compiling vmap v0.6.3
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling serde_bytes v0.11.14
[INFO] [stderr]    Compiling argh_shared v0.1.12
[INFO] [stderr]    Compiling hipstr v0.4.0
[INFO] [stderr]    Compiling argh_derive v0.1.12
[INFO] [stderr]    Compiling redscript-io v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `shared`
[INFO] [stdout]   --> src/lib.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[cfg(not(feature = "shared"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `arc`, `mmap`, and `vmap`
[INFO] [stdout]    = help: consider adding `shared` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `-D unexpected-cfgs` implied by `-D warnings`
[INFO] [stdout]    = help: to override `-D warnings` add `#[allow(unexpected_cfgs)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `shared`
[INFO] [stdout]   --> src/lib.rs:27:7
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[cfg(feature = "shared")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `arc`, `mmap`, and `vmap`
[INFO] [stdout]    = help: consider adding `shared` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling argh v0.1.12
[INFO] [stdout] warning: unexpected `cfg` condition value: `shared`
[INFO] [stdout]   --> src/lib.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[cfg(not(feature = "shared"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `arc`, `mmap`, and `vmap`
[INFO] [stdout]    = help: consider adding `shared` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `-D unexpected-cfgs` implied by `-D warnings`
[INFO] [stdout]    = help: to override `-D warnings` add `#[allow(unexpected_cfgs)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `shared`
[INFO] [stdout]   --> src/lib.rs:27:7
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[cfg(feature = "shared")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `arc`, `mmap`, and `vmap`
[INFO] [stdout]    = help: consider adding `shared` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 17.82s
[INFO] running `Command { std: "docker" "inspect" "596244b712f1290c86b66d6342af2047eba4fc229e537d9169ea1368eba49a56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "596244b712f1290c86b66d6342af2047eba4fc229e537d9169ea1368eba49a56", kill_on_drop: false }`
[INFO] [stdout] 596244b712f1290c86b66d6342af2047eba4fc229e537d9169ea1368eba49a56
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1ed7223b207a6f09f980223077dfd71516ae2a71d518c35bc04b8d644a4a7139
[INFO] running `Command { std: "docker" "start" "-a" "1ed7223b207a6f09f980223077dfd71516ae2a71d518c35bc04b8d644a4a7139", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `shared`
[INFO] [stderr]   --> src/lib.rs:24:11
[INFO] [stderr]    |
[INFO] [stderr] 24 | #[cfg(not(feature = "shared"))]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `arc`, `mmap`, and `vmap`
[INFO] [stderr]    = help: consider adding `shared` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `-D unexpected-cfgs` implied by `-D warnings`
[INFO] [stderr]    = help: to override `-D warnings` add `#[allow(unexpected_cfgs)]`
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `shared`
[INFO] [stderr]   --> src/lib.rs:27:7
[INFO] [stderr]    |
[INFO] [stderr] 27 | #[cfg(feature = "shared")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `arc`, `mmap`, and `vmap`
[INFO] [stderr]    = help: consider adding `shared` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `redscript-io` (lib) generated 2 warnings
[INFO] [stderr] warning: `redscript-io` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/redscript_io-91069fea5b62cd7e)
[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 tests/tests.rs (/opt/rustwide/target/debug/deps/tests-a5fb259e9f506934)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test roundtrip_def ... ok
[INFO] [stdout] test roundtrip_encode ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests redscript_io
[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" "1ed7223b207a6f09f980223077dfd71516ae2a71d518c35bc04b8d644a4a7139", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ed7223b207a6f09f980223077dfd71516ae2a71d518c35bc04b8d644a4a7139", kill_on_drop: false }`
[INFO] [stdout] 1ed7223b207a6f09f980223077dfd71516ae2a71d518c35bc04b8d644a4a7139
