[INFO] fetching crate oasis-std 0.1.0... [INFO] extracting crate oasis-std 0.1.0 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/oasis-std/0.1.0 [INFO] extracting crate oasis-std 0.1.0 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/oasis-std/0.1.0 [INFO] validating manifest of oasis-std-0.1.0 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of oasis-std-0.1.0 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing oasis-std-0.1.0 [INFO] finished frobbing oasis-std-0.1.0 [INFO] frobbed toml for oasis-std-0.1.0 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/oasis-std/0.1.0/Cargo.toml [INFO] started frobbing oasis-std-0.1.0 [INFO] finished frobbing oasis-std-0.1.0 [INFO] frobbed toml for oasis-std-0.1.0 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/oasis-std/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded owasm-abi-derive v0.4.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing oasis-std-0.1.0 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/oasis-std/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 1d1062cfa692e97647d0182c894ae03fc065bbb5c8eb80b4e41d9c77075e9ae7 [INFO] running `"docker" "start" "-a" "1d1062cfa692e97647d0182c894ae03fc065bbb5c8eb80b4e41d9c77075e9ae7"` [INFO] [stderr] Compiling rustc-hex v2.0.1 [INFO] [stderr] Compiling static_assertions v0.2.5 [INFO] [stderr] Compiling crunchy v0.1.6 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling tiny-keccak v1.4.2 [INFO] [stderr] Compiling fixed-hash v0.3.2 [INFO] [stderr] Compiling uint v0.6.1 [INFO] [stderr] Compiling owasm-abi-derive v0.4.0 [INFO] [stderr] Compiling oasis-std v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / ///! Provides primitive fixed size hash types. [INFO] [stderr] 2 | | ///! Based on https://github.com/paritytech/pwasm-std/blob/61db712/src/types.rs [INFO] [stderr] | |_______________________________________________________________________________^ [INFO] [stderr] 3 | [INFO] [stderr] 4 | / construct_uint! { [INFO] [stderr] 5 | | /// A 256-bits (4 64-bit word) fixed-size bigint type. [INFO] [stderr] 6 | | #[derive(Serialize, Deserialize)] [INFO] [stderr] 7 | | pub struct U256(4); [INFO] [stderr] 8 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.51s [INFO] running `"docker" "inspect" "1d1062cfa692e97647d0182c894ae03fc065bbb5c8eb80b4e41d9c77075e9ae7"` [INFO] running `"docker" "rm" "-f" "1d1062cfa692e97647d0182c894ae03fc065bbb5c8eb80b4e41d9c77075e9ae7"` [INFO] [stdout] 1d1062cfa692e97647d0182c894ae03fc065bbb5c8eb80b4e41d9c77075e9ae7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/oasis-std/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] da6b841b3db9ce5535ebe161300ac58097c08171d0dd1a4590ec020ea290e031 [INFO] running `"docker" "start" "-a" "da6b841b3db9ce5535ebe161300ac58097c08171d0dd1a4590ec020ea290e031"` [INFO] [stderr] Compiling oasis-std v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/types.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / ///! Provides primitive fixed size hash types. [INFO] [stderr] 2 | | ///! Based on https://github.com/paritytech/pwasm-std/blob/61db712/src/types.rs [INFO] [stderr] | |_______________________________________________________________________________^ [INFO] [stderr] 3 | [INFO] [stderr] 4 | / construct_uint! { [INFO] [stderr] 5 | | /// A 256-bits (4 64-bit word) fixed-size bigint type. [INFO] [stderr] 6 | | #[derive(Serialize, Deserialize)] [INFO] [stderr] 7 | | pub struct U256(4); [INFO] [stderr] 8 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.02s [INFO] running `"docker" "inspect" "da6b841b3db9ce5535ebe161300ac58097c08171d0dd1a4590ec020ea290e031"` [INFO] running `"docker" "rm" "-f" "da6b841b3db9ce5535ebe161300ac58097c08171d0dd1a4590ec020ea290e031"` [INFO] [stdout] da6b841b3db9ce5535ebe161300ac58097c08171d0dd1a4590ec020ea290e031 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/oasis-std/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 3177bd24aec933d7852855999d1a77b81b628dcecd5180326d4f9ed8da925b20 [INFO] running `"docker" "start" "-a" "3177bd24aec933d7852855999d1a77b81b628dcecd5180326d4f9ed8da925b20"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/oasis_std-38747512471318d2 [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test abi::tests::fixed_size_decode ... ok [INFO] [stdout] test abi::common::tests::fixed_array_padding ... ok [INFO] [stdout] test abi::common::tests::fixed_array_padding_2 ... ok [INFO] [stdout] test abi::tests::padding_test_i64 ... ok [INFO] [stdout] test abi::tests::sample1_encode ... ok [INFO] [stdout] test abi::tests::padding_test_i32 ... ok [INFO] [stdout] test abi::tests::sample1_decode ... ok [INFO] [stdout] test abi::tests::negative_i32_max ... ok [INFO] [stdout] test abi::tests::negative_i32 ... ok [INFO] [stdout] test abi::tests::u32_encode ... ok [INFO] [stdout] test abi::tests::string_encode_decode ... ok [INFO] [stdout] test abi::tests::simple ... ok [INFO] [stdout] test abi::tests::sample2_decode ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests oasis-std [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "3177bd24aec933d7852855999d1a77b81b628dcecd5180326d4f9ed8da925b20"` [INFO] running `"docker" "rm" "-f" "3177bd24aec933d7852855999d1a77b81b628dcecd5180326d4f9ed8da925b20"` [INFO] [stdout] 3177bd24aec933d7852855999d1a77b81b628dcecd5180326d4f9ed8da925b20