[INFO] crate keyframe 1.0.2 is already in cache [INFO] testing keyframe-1.0.2 against 1.44.0 for beta-1.45-1 [INFO] extracting crate keyframe 1.0.2 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate keyframe 1.0.2 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate keyframe 1.0.2 [INFO] finished tweaking crates.io crate keyframe 1.0.2 [INFO] tweaked toml for crates.io crate keyframe 1.0.2 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate keyframe 1.0.2 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0892ab3a4e04b075e4150c95d6f606eed540b452c412bf0a077d0b1ab1c078c3 [INFO] running `"docker" "start" "-a" "0892ab3a4e04b075e4150c95d6f606eed540b452c412bf0a077d0b1ab1c078c3"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling mint v0.5.4 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling keyframe v1.0.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/easing.rs:46:25 [INFO] [stderr] | [INFO] [stderr] 46 | let mut t = unsafe { std::mem::uninitialized::() }; // TODO: replace with MaybeUninit? [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.68s [INFO] running `"docker" "inspect" "0892ab3a4e04b075e4150c95d6f606eed540b452c412bf0a077d0b1ab1c078c3"` [INFO] running `"docker" "rm" "-f" "0892ab3a4e04b075e4150c95d6f606eed540b452c412bf0a077d0b1ab1c078c3"` [INFO] [stdout] 0892ab3a4e04b075e4150c95d6f606eed540b452c412bf0a077d0b1ab1c078c3 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 84aab5649ee20df7419981c28629546c8ddaddcb8767cf3b28907049275a11fe [INFO] running `"docker" "start" "-a" "84aab5649ee20df7419981c28629546c8ddaddcb8767cf3b28907049275a11fe"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling proc-macro2 v1.0.7 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling same-file v1.0.5 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Compiling downcast-rs v1.1.1 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling nix v0.15.0 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling claxon v0.4.2 [INFO] [stderr] Compiling hound v3.4.0 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling minimp3-sys v0.3.1 [INFO] [stderr] Compiling bzip2-sys v0.1.7 [INFO] [stderr] Compiling x11-dl v2.18.4 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling walkdir v2.2.9 [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] Compiling draw_state v0.8.0 [INFO] [stderr] Compiling rustc-hash v1.0.1 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling ogg v0.7.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.17 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/easing.rs:46:25 [INFO] [stderr] | [INFO] [stderr] 46 | let mut t = unsafe { std::mem::uninitialized::() }; // TODO: replace with MaybeUninit? [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling sid v0.5.2 [INFO] [stderr] Compiling gfx_core v0.9.2 [INFO] [stderr] Compiling png v0.15.2 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling lewton v0.9.4 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling alga v0.9.2 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling wayland-sys v0.21.13 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling gfx_gl v0.6.0 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling num_cpus v1.11.1 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling getrandom v0.1.13 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling slice-deque v0.2.4 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling glutin_egl_sys v0.1.4 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Compiling rusttype v0.8.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling bzip2 v0.3.3 [INFO] [stderr] Compiling cpal v0.8.2 [INFO] [stderr] Compiling minimp3 v0.3.3 [INFO] [stderr] Compiling directories v2.0.2 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling glyph_brush_layout v0.1.8 [INFO] [stderr] Compiling zip v0.5.3 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling nalgebra v0.18.1 [INFO] [stderr] Compiling twox-hash v1.5.0 [INFO] [stderr] Compiling euclid_macros v0.1.0 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling smart-default v0.5.2 [INFO] [stderr] Compiling glyph_brush v0.6.1 [INFO] [stderr] Compiling wayland-commons v0.21.13 [INFO] [stderr] Compiling glyph_brush v0.5.4 [INFO] [stderr] Compiling gilrs-core v0.2.5 [INFO] [stderr] Compiling euclid v0.19.9 [INFO] [stderr] Compiling gilrs v0.7.3 [INFO] [stderr] Compiling tiff v0.3.1 [INFO] [stderr] Compiling gfx_device_gl v0.16.2 [INFO] [stderr] Compiling gfx v0.18.2 [INFO] [stderr] Compiling lyon_geom v0.12.7 [INFO] [stderr] Compiling serde_derive v1.0.103 [INFO] [stderr] Compiling num-derive v0.3.0 [INFO] [stderr] Compiling image v0.22.3 [INFO] [stderr] Compiling lyon_path v0.13.2 [INFO] [stderr] Compiling lyon_tessellation v0.13.5 [INFO] [stderr] Compiling lyon_algorithms v0.13.4 [INFO] [stderr] Compiling lyon v0.13.5 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling winit v0.19.5 [INFO] [stderr] Compiling glutin v0.20.1 [INFO] [stderr] Compiling gfx_window_glutin v0.30.0 [INFO] [stderr] Compiling cargo_metadata v0.6.4 [INFO] [stderr] Compiling skeptic v0.13.4 [INFO] [stderr] Compiling ggez v0.5.1 [INFO] [stderr] Compiling rodio v0.9.0 [INFO] [stderr] Compiling keyframe v1.0.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/easing.rs:46:25 [INFO] [stderr] | [INFO] [stderr] 46 | let mut t = unsafe { std::mem::uninitialized::() }; // TODO: replace with MaybeUninit? [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3m 20s [INFO] running `"docker" "inspect" "84aab5649ee20df7419981c28629546c8ddaddcb8767cf3b28907049275a11fe"` [INFO] running `"docker" "rm" "-f" "84aab5649ee20df7419981c28629546c8ddaddcb8767cf3b28907049275a11fe"` [INFO] [stdout] 84aab5649ee20df7419981c28629546c8ddaddcb8767cf3b28907049275a11fe [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 08df2a3417839b8e450cc6818088c717177507e4136262102c81a0ff33a37a21 [INFO] running `"docker" "start" "-a" "08df2a3417839b8e450cc6818088c717177507e4136262102c81a0ff33a37a21"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/easing.rs:46:25 [INFO] [stderr] | [INFO] [stderr] 46 | let mut t = unsafe { std::mem::uninitialized::() }; // TODO: replace with MaybeUninit? [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/easing.rs:46:25 [INFO] [stderr] | [INFO] [stderr] 46 | let mut t = unsafe { std::mem::uninitialized::() }; // TODO: replace with MaybeUninit? [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.39s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/keyframe-4b8c27e5cfa4ac69 [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] [stderr] Doc-tests keyframe [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/sequence.rs - keyframes (line 337) ... ignored [INFO] [stdout] test src/lib.rs - (line 18) ... ok [INFO] [stdout] test src/lib.rs - (line 52) ... FAILED [INFO] [stdout] test src/lib.rs - (line 32) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 52) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `keyframe_derive` [INFO] [stdout] --> src/lib.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 6 | use keyframe_derive::CanTween; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type or module `keyframe_derive` [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `CanTween` [INFO] [stdout] --> src/lib.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(CanTween)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `CanTween` [INFO] [stdout] --> src/lib.rs:62:10 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(CanTween)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `CanTween` [INFO] [stdout] --> src/lib.rs:57:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(CanTween)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 32) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `Linear` in this scope [INFO] [stdout] --> src/lib.rs:39:20 [INFO] [stdout] | [INFO] [stdout] 10 | (1.5, 0.3, Linear), // <-- Linear used from 0.3 to 1.0 [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: possible candidates are found in other modules, you can import them into scope [INFO] [stdout] | [INFO] [stdout] 3 | use ggez::graphics::FilterMode::Linear; [INFO] [stdout] | [INFO] [stdout] 3 | use keyframe::functions::Linear; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 32) [INFO] [stdout] src/lib.rs - (line 52) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 2 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "08df2a3417839b8e450cc6818088c717177507e4136262102c81a0ff33a37a21"` [INFO] running `"docker" "rm" "-f" "08df2a3417839b8e450cc6818088c717177507e4136262102c81a0ff33a37a21"` [INFO] [stdout] 08df2a3417839b8e450cc6818088c717177507e4136262102c81a0ff33a37a21