[INFO] crate liquidfun 0.8.0 is already in cache [INFO] extracting crate liquidfun 0.8.0 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/liquidfun/0.8.0 [INFO] extracting crate liquidfun 0.8.0 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/liquidfun/0.8.0 [INFO] validating manifest of liquidfun-0.8.0 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of liquidfun-0.8.0 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing liquidfun-0.8.0 [INFO] finished frobbing liquidfun-0.8.0 [INFO] frobbed toml for liquidfun-0.8.0 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/liquidfun/0.8.0/Cargo.toml [INFO] started frobbing liquidfun-0.8.0 [INFO] finished frobbing liquidfun-0.8.0 [INFO] frobbed toml for liquidfun-0.8.0 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/liquidfun/0.8.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "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] checking liquidfun-0.8.0 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-2/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/liquidfun/0.8.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" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] abc02b85b9a158dcd0fc75eefacb7552b23188b1a59af84fac06fe37a29a86ed [INFO] running `"docker" "start" "-a" "abc02b85b9a158dcd0fc75eefacb7552b23188b1a59af84fac06fe37a29a86ed"` [INFO] [stderr] Compiling liquidfun v0.8.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build [INFO] [stderr] --> src/build.rs:7:22 [INFO] [stderr] | [INFO] [stderr] 7 | let mut config = gcc::Config::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stderr] --> src/build.rs:7:22 [INFO] [stderr] | [INFO] [stderr] 7 | let mut config = gcc::Config::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: In file included from liquidfun-c/c_box2d.cpp:52:0: [INFO] [stderr] warning: liquidfun-cpp/Box2D/Particle/b2ParticleSystem.cpp:55:60: warning: left shift of negative value [-Wshift-negative-value] [INFO] [stderr] warning: (-1 << xShift)); [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: liquidfun-cpp/Box2D/Particle/b2ParticleSystem.cpp:303:7: warning: 'FixtureParticleSet' has a field 'FixtureParticleSet::' whose type uses the anonymous namespace [-Wsubobject-linkage] [INFO] [stderr] warning: class FixtureParticleSet : [INFO] [stderr] warning: ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: liquidfun-cpp/Box2D/Particle/b2ParticleSystem.cpp:303:7: warning: 'FixtureParticleSet' has a base '{anonymous}::TypedFixedSetAllocator<{anonymous}::LightweightPair >' whose type uses the anonymous namespace [-Wsubobject-linkage] [INFO] [stderr] warning: liquidfun-cpp/Box2D/Particle/b2ParticleSystem.cpp:326:7: warning: 'b2ParticlePairSet' has a field 'b2ParticlePairSet::' whose type uses the anonymous namespace [-Wsubobject-linkage] [INFO] [stderr] warning: class b2ParticlePairSet : public TypedFixedSetAllocator [INFO] [stderr] warning: ^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: liquidfun-cpp/Box2D/Particle/b2ParticleSystem.cpp:326:7: warning: 'b2ParticlePairSet' has a base '{anonymous}::TypedFixedSetAllocator<{anonymous}::LightweightPair >' whose type uses the anonymous namespace [-Wsubobject-linkage] [INFO] [stderr] warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` [INFO] [stderr] --> src/box2d/dynamics/body.rs:117:9 [INFO] [stderr] | [INFO] [stderr] 117 | #[allow(raw_pointer_derive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` [INFO] [stderr] --> src/box2d/dynamics/fixture.rs:87:9 [INFO] [stderr] | [INFO] [stderr] 87 | #[allow(raw_pointer_derive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` [INFO] [stderr] --> src/box2d/dynamics/joints/revolute_joint.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | #[allow(raw_pointer_derive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` [INFO] [stderr] --> src/box2d/particle/particle_color.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | #[allow(raw_pointer_derive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` [INFO] [stderr] --> src/box2d/particle/particle_group.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | #[allow(raw_pointer_derive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` [INFO] [stderr] --> src/box2d/particle/particle_system.rs:145:9 [INFO] [stderr] | [INFO] [stderr] 145 | #[allow(raw_pointer_derive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` [INFO] [stderr] --> src/box2d/dynamics/body.rs:117:9 [INFO] [stderr] | [INFO] [stderr] 117 | #[allow(raw_pointer_derive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` [INFO] [stderr] --> src/box2d/dynamics/fixture.rs:87:9 [INFO] [stderr] | [INFO] [stderr] 87 | #[allow(raw_pointer_derive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` [INFO] [stderr] --> src/box2d/dynamics/joints/revolute_joint.rs:94:9 [INFO] [stderr] | [INFO] [stderr] 94 | #[allow(raw_pointer_derive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` [INFO] [stderr] --> src/box2d/particle/particle_color.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | #[allow(raw_pointer_derive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` [INFO] [stderr] --> src/box2d/particle/particle_group.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | #[allow(raw_pointer_derive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` [INFO] [stderr] --> src/box2d/particle/particle_system.rs:145:9 [INFO] [stderr] | [INFO] [stderr] 145 | #[allow(raw_pointer_derive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/box2d/dynamics/body.rs:145:53 [INFO] [stderr] | [INFO] [stderr] 145 | pub fn create_fixture_from_shape(&self, shape: &Shape, density: f32) -> Fixture { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/box2d/dynamics/fixture.rs:61:24 [INFO] [stderr] | [INFO] [stderr] 61 | pub fn new(shape: &shape::Shape) -> FixtureDef { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn shape::Shape` [INFO] [stderr] [INFO] [stderr] warning: unused import: `B2Body` [INFO] [stderr] --> src/box2d/dynamics/joints/mod.rs:2:42 [INFO] [stderr] | [INFO] [stderr] 2 | use super::super::dynamics::body::{Body, B2Body}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0106]: missing lifetime specifier [INFO] [stderr] --> src/box2d/collision/shapes/polygon_shape.rs:9:76 [INFO] [stderr] | [INFO] [stderr] 9 | fn b2PolygonShape_GetVertex(ptr: *mut B2PolygonShape, index: Int32) -> &Vec2; [INFO] [stderr] | ^ help: consider giving it an explicit bounded or 'static lifetime: `&'static` [INFO] [stderr] | [INFO] [stderr] = help: this function's return type contains a borrowed value with an elided lifetime, but the lifetime cannot be derived from the arguments [INFO] [stderr] [INFO] [stderr] error[E0106]: missing lifetime specifier [INFO] [stderr] --> src/box2d/dynamics/body.rs:110:49 [INFO] [stderr] | [INFO] [stderr] 110 | fn b2Body_GetPosition(this: *mut B2Body) -> &Vec2; [INFO] [stderr] | ^ help: consider giving it an explicit bounded or 'static lifetime: `&'static` [INFO] [stderr] | [INFO] [stderr] = help: this function's return type contains a borrowed value with an elided lifetime, but the lifetime cannot be derived from the arguments [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/box2d/dynamics/body.rs:145:53 [INFO] [stderr] | [INFO] [stderr] 145 | pub fn create_fixture_from_shape(&self, shape: &Shape, density: f32) -> Fixture { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Shape` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/box2d/dynamics/fixture.rs:61:24 [INFO] [stderr] | [INFO] [stderr] 61 | pub fn new(shape: &shape::Shape) -> FixtureDef { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn shape::Shape` [INFO] [stderr] [INFO] [stderr] warning: unused import: `B2Body` [INFO] [stderr] --> src/box2d/dynamics/joints/mod.rs:2:42 [INFO] [stderr] | [INFO] [stderr] 2 | use super::super::dynamics::body::{Body, B2Body}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0106`. [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: In file included from liquidfun-c/c_box2d.cpp:52:0: [INFO] [stderr] warning: liquidfun-cpp/Box2D/Particle/b2ParticleSystem.cpp:55:60: warning: left shift of negative value [-Wshift-negative-value] [INFO] [stderr] warning: (-1 << xShift)); [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: liquidfun-cpp/Box2D/Particle/b2ParticleSystem.cpp:303:7: warning: 'FixtureParticleSet' has a field 'FixtureParticleSet::' whose type uses the anonymous namespace [-Wsubobject-linkage] [INFO] [stderr] warning: class FixtureParticleSet : [INFO] [stderr] warning: ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: liquidfun-cpp/Box2D/Particle/b2ParticleSystem.cpp:303:7: warning: 'FixtureParticleSet' has a base '{anonymous}::TypedFixedSetAllocator<{anonymous}::LightweightPair >' whose type uses the anonymous namespace [-Wsubobject-linkage] [INFO] [stderr] warning: liquidfun-cpp/Box2D/Particle/b2ParticleSystem.cpp:326:7: warning: 'b2ParticlePairSet' has a field 'b2ParticlePairSet::' whose type uses the anonymous namespace [-Wsubobject-linkage] [INFO] [stderr] warning: class b2ParticlePairSet : public TypedFixedSetAllocator [INFO] [stderr] warning: ^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: liquidfun-cpp/Box2D/Particle/b2ParticleSystem.cpp:326:7: warning: 'b2ParticlePairSet' has a base '{anonymous}::TypedFixedSetAllocator<{anonymous}::LightweightPair >' whose type uses the anonymous namespace [-Wsubobject-linkage] [INFO] [stderr] [INFO] [stderr] error: Could not compile `liquidfun`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0106]: missing lifetime specifier [INFO] [stderr] --> src/box2d/collision/shapes/polygon_shape.rs:9:76 [INFO] [stderr] | [INFO] [stderr] 9 | fn b2PolygonShape_GetVertex(ptr: *mut B2PolygonShape, index: Int32) -> &Vec2; [INFO] [stderr] | ^ help: consider giving it an explicit bounded or 'static lifetime: `&'static` [INFO] [stderr] | [INFO] [stderr] = help: this function's return type contains a borrowed value with an elided lifetime, but the lifetime cannot be derived from the arguments [INFO] [stderr] [INFO] [stderr] error[E0106]: missing lifetime specifier [INFO] [stderr] --> src/box2d/dynamics/body.rs:110:49 [INFO] [stderr] | [INFO] [stderr] 110 | fn b2Body_GetPosition(this: *mut B2Body) -> &Vec2; [INFO] [stderr] | ^ help: consider giving it an explicit bounded or 'static lifetime: `&'static` [INFO] [stderr] | [INFO] [stderr] = help: this function's return type contains a borrowed value with an elided lifetime, but the lifetime cannot be derived from the arguments [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0106`. [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: In file included from liquidfun-c/c_box2d.cpp:52:0: [INFO] [stderr] warning: liquidfun-cpp/Box2D/Particle/b2ParticleSystem.cpp:55:60: warning: left shift of negative value [-Wshift-negative-value] [INFO] [stderr] warning: (-1 << xShift)); [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: liquidfun-cpp/Box2D/Particle/b2ParticleSystem.cpp:303:7: warning: 'FixtureParticleSet' has a field 'FixtureParticleSet::' whose type uses the anonymous namespace [-Wsubobject-linkage] [INFO] [stderr] warning: class FixtureParticleSet : [INFO] [stderr] warning: ^~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: liquidfun-cpp/Box2D/Particle/b2ParticleSystem.cpp:303:7: warning: 'FixtureParticleSet' has a base '{anonymous}::TypedFixedSetAllocator<{anonymous}::LightweightPair >' whose type uses the anonymous namespace [-Wsubobject-linkage] [INFO] [stderr] warning: liquidfun-cpp/Box2D/Particle/b2ParticleSystem.cpp:326:7: warning: 'b2ParticlePairSet' has a field 'b2ParticlePairSet::' whose type uses the anonymous namespace [-Wsubobject-linkage] [INFO] [stderr] warning: class b2ParticlePairSet : public TypedFixedSetAllocator [INFO] [stderr] warning: ^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: liquidfun-cpp/Box2D/Particle/b2ParticleSystem.cpp:326:7: warning: 'b2ParticlePairSet' has a base '{anonymous}::TypedFixedSetAllocator<{anonymous}::LightweightPair >' whose type uses the anonymous namespace [-Wsubobject-linkage] [INFO] [stderr] [INFO] [stderr] error: Could not compile `liquidfun`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "abc02b85b9a158dcd0fc75eefacb7552b23188b1a59af84fac06fe37a29a86ed"` [INFO] running `"docker" "rm" "-f" "abc02b85b9a158dcd0fc75eefacb7552b23188b1a59af84fac06fe37a29a86ed"` [INFO] [stdout] abc02b85b9a158dcd0fc75eefacb7552b23188b1a59af84fac06fe37a29a86ed