[INFO] updating cached repository thiolliere/mimesis [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/thiolliere/mimesis [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/thiolliere/mimesis" "work/ex/beta-1.38-1/sources/1.37.0/gh/thiolliere/mimesis"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/thiolliere/mimesis'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/thiolliere/mimesis" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/thiolliere/mimesis"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/thiolliere/mimesis'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2f5b18f442774ec788dd94f93d6c7173f8d8547f [INFO] sha for GitHub repo thiolliere/mimesis: 2f5b18f442774ec788dd94f93d6c7173f8d8547f [INFO] validating manifest of thiolliere/mimesis on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of thiolliere/mimesis on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing thiolliere/mimesis [INFO] finished frobbing thiolliere/mimesis [INFO] frobbed toml for thiolliere/mimesis written to work/ex/beta-1.38-1/sources/1.37.0/gh/thiolliere/mimesis/Cargo.toml [INFO] started frobbing thiolliere/mimesis [INFO] finished frobbing thiolliere/mimesis [INFO] frobbed toml for thiolliere/mimesis written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/thiolliere/mimesis/Cargo.toml [INFO] crate thiolliere/mimesis already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing thiolliere/mimesis against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/thiolliere/mimesis:/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=warn" "-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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 9e9746dbb39b97481af66eb327b15680a7187f2309653fdca82566e5ebe40445 [INFO] running `"docker" "start" "-a" "9e9746dbb39b97481af66eb327b15680a7187f2309653fdca82566e5ebe40445"` [INFO] [stderr] Compiling fps_clock v1.0.0 [INFO] [stderr] Compiling shared_library v0.1.5 [INFO] [stderr] Compiling backtrace-sys v0.1.11 [INFO] [stderr] Compiling phf_generator v0.7.21 [INFO] [stderr] Compiling gl_generator v0.5.3 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling x11-dl v2.14.0 [INFO] [stderr] Compiling tempfile v2.1.5 [INFO] [stderr] Compiling memmap v0.4.0 [INFO] [stderr] Compiling phf_codegen v0.7.21 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling target_build_utils v0.3.1 [INFO] [stderr] Compiling glutin v0.7.4 (https://github.com/thiolliere/glutin?branch=0.7.4#9a158a2a) [INFO] [stderr] Compiling glium v0.16.0 [INFO] [stderr] Compiling libloading v0.3.4 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.7.8 [INFO] [stderr] Compiling wayland-client v0.7.8 [INFO] [stderr] Compiling wayland-kbd v0.6.3 [INFO] [stderr] Compiling wayland-window v0.4.4 [INFO] [stderr] Compiling winit v0.5.11 [INFO] [stderr] Compiling mimesis v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graphics.rs:42:32 [INFO] [stderr] | [INFO] [stderr] 42 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/graphics.rs:45:48 [INFO] [stderr] | [INFO] [stderr] 45 | ProgramChooserCreation(ref e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/graphics.rs:46:46 [INFO] [stderr] | [INFO] [stderr] 46 | VertexBufferCreation(ref e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/graphics.rs:47:45 [INFO] [stderr] | [INFO] [stderr] 47 | IndexBufferCreation(ref e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 34s [INFO] running `"docker" "inspect" "9e9746dbb39b97481af66eb327b15680a7187f2309653fdca82566e5ebe40445"` [INFO] running `"docker" "rm" "-f" "9e9746dbb39b97481af66eb327b15680a7187f2309653fdca82566e5ebe40445"` [INFO] [stdout] 9e9746dbb39b97481af66eb327b15680a7187f2309653fdca82566e5ebe40445 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/thiolliere/mimesis:/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] f245a2579e375530ae662b309cdb7b8194cdc2a6a02cd0814a4e777700d25b14 [INFO] running `"docker" "start" "-a" "f245a2579e375530ae662b309cdb7b8194cdc2a6a02cd0814a4e777700d25b14"` [INFO] [stderr] Compiling mimesis v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graphics.rs:42:32 [INFO] [stderr] | [INFO] [stderr] 42 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/graphics.rs:45:48 [INFO] [stderr] | [INFO] [stderr] 45 | ProgramChooserCreation(ref e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/graphics.rs:46:46 [INFO] [stderr] | [INFO] [stderr] 46 | VertexBufferCreation(ref e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/graphics.rs:47:45 [INFO] [stderr] | [INFO] [stderr] 47 | IndexBufferCreation(ref e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.56s [INFO] running `"docker" "inspect" "f245a2579e375530ae662b309cdb7b8194cdc2a6a02cd0814a4e777700d25b14"` [INFO] running `"docker" "rm" "-f" "f245a2579e375530ae662b309cdb7b8194cdc2a6a02cd0814a4e777700d25b14"` [INFO] [stdout] f245a2579e375530ae662b309cdb7b8194cdc2a6a02cd0814a4e777700d25b14 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/thiolliere/mimesis:/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 9bfe285863fd437b1ef6575a0a5d99a4ac263a4f912454cbf0158f6efc187304 [INFO] running `"docker" "start" "-a" "9bfe285863fd437b1ef6575a0a5d99a4ac263a4f912454cbf0158f6efc187304"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running /opt/crater/target/debug/deps/mimesis-9d1df9793c782b98 [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" "9bfe285863fd437b1ef6575a0a5d99a4ac263a4f912454cbf0158f6efc187304"` [INFO] running `"docker" "rm" "-f" "9bfe285863fd437b1ef6575a0a5d99a4ac263a4f912454cbf0158f6efc187304"` [INFO] [stdout] 9bfe285863fd437b1ef6575a0a5d99a4ac263a4f912454cbf0158f6efc187304