[INFO] cloning repository https://github.com/sspphh/miniature [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sspphh/miniature" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsspphh%2Fminiature", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsspphh%2Fminiature'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fc4590f392c00f4af9d8b5bb816319df849af912 [INFO] testing sspphh/miniature against master#9e136a30a965bf4e63f03095c57df7257bf96fd6 for pr-134530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsspphh%2Fminiature" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sspphh/miniature on toolchain 9e136a30a965bf4e63f03095c57df7257bf96fd6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-1-tc1/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/sspphh/miniature [INFO] finished tweaking git repo https://github.com/sspphh/miniature [INFO] tweaked toml for git repo https://github.com/sspphh/miniature written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/sspphh/miniature 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" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 61dcdaefe00bf88d429680d9b080b8244650d809de7ebcc30cbd0087c6fbf07e [INFO] running `Command { std: "docker" "start" "-a" "61dcdaefe00bf88d429680d9b080b8244650d809de7ebcc30cbd0087c6fbf07e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "61dcdaefe00bf88d429680d9b080b8244650d809de7ebcc30cbd0087c6fbf07e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61dcdaefe00bf88d429680d9b080b8244650d809de7ebcc30cbd0087c6fbf07e", kill_on_drop: false }` [INFO] [stdout] 61dcdaefe00bf88d429680d9b080b8244650d809de7ebcc30cbd0087c6fbf07e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9680495b49e4384122aa3b9e5ebea6daaf293064b3702e46ca6a8f3e2197ca94 [INFO] running `Command { std: "docker" "start" "-a" "9680495b49e4384122aa3b9e5ebea6daaf293064b3702e46ca6a8f3e2197ca94", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling libc v0.2.107 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling miniature v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s [INFO] running `Command { std: "docker" "inspect" "9680495b49e4384122aa3b9e5ebea6daaf293064b3702e46ca6a8f3e2197ca94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9680495b49e4384122aa3b9e5ebea6daaf293064b3702e46ca6a8f3e2197ca94", kill_on_drop: false }` [INFO] [stdout] 9680495b49e4384122aa3b9e5ebea6daaf293064b3702e46ca6a8f3e2197ca94 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b3bb37de92b715dd759bcb5980e2a53291d963a46b499c59089864b640a6f3fd [INFO] running `Command { std: "docker" "start" "-a" "b3bb37de92b715dd759bcb5980e2a53291d963a46b499c59089864b640a6f3fd", kill_on_drop: false }` [INFO] [stderr] Compiling miniature v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.41s [INFO] running `Command { std: "docker" "inspect" "b3bb37de92b715dd759bcb5980e2a53291d963a46b499c59089864b640a6f3fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3bb37de92b715dd759bcb5980e2a53291d963a46b499c59089864b640a6f3fd", kill_on_drop: false }` [INFO] [stdout] b3bb37de92b715dd759bcb5980e2a53291d963a46b499c59089864b640a6f3fd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] cc8de84436917428b487b1a4dc5f8c6e3d6d2f3dfbaeb6a0a7477e4501329675 [INFO] running `Command { std: "docker" "start" "-a" "cc8de84436917428b487b1a4dc5f8c6e3d6d2f3dfbaeb6a0a7477e4501329675", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/miniature-7b9cd67b6b10e5f7) [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test functions::tests::add_variables ... ok [INFO] [stdout] test functions::tests::log_softmax_variables ... ok [INFO] [stdout] test functions::tests::div_variables ... ok [INFO] [stdout] test functions::tests::argmax_variables ... ok [INFO] [stdout] test functions::tests::matmul_variables ... ok [INFO] [stdout] test functions::tests::log_variables ... ok [INFO] [stdout] test functions::tests::cross_entropy_loss_variables ... ok [INFO] [stdout] test functions::tests::matmul_backward ... ok [INFO] [stdout] test functions::tests::mean_variables ... ok [INFO] [stdout] test functions::tests::broadcast_variables ... ok [INFO] [stdout] test functions::tests::mul_variables ... ok [INFO] [stdout] test functions::tests::neg_variables ... ok [INFO] [stdout] test functions::tests::sub_variables ... ok [INFO] [stdout] test functions::tests::onehot_variables ... ok [INFO] [stdout] test variable::tests::create_variable ... ok [INFO] [stdout] test functions::tests::softmax_variables ... ok [INFO] [stdout] test optimizers::tests::sgd_update ... ok [INFO] [stdout] test optimizers::tests::adam_update ... ok [INFO] [stdout] test functions::tests::relu_variables ... ok [INFO] [stdout] test parametric_functions::tests::linear_forward_backward ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/miniature-b64a6c2612d81208) [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 miniature [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" "cc8de84436917428b487b1a4dc5f8c6e3d6d2f3dfbaeb6a0a7477e4501329675", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc8de84436917428b487b1a4dc5f8c6e3d6d2f3dfbaeb6a0a7477e4501329675", kill_on_drop: false }` [INFO] [stdout] cc8de84436917428b487b1a4dc5f8c6e3d6d2f3dfbaeb6a0a7477e4501329675