[INFO] crate liquidfun 0.8.0 is already in cache [INFO] checking liquidfun-0.8.0 against beta-2019-10-27 for pr-65897 [INFO] extracting crate liquidfun 0.8.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate liquidfun 0.8.0 on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate liquidfun 0.8.0 [INFO] finished tweaking crates.io crate liquidfun 0.8.0 [INFO] tweaked toml for crates.io crate liquidfun 0.8.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=allow" "-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" "+beta-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 5a4e1a4bcbf756f25e1136f8ee6c500bda74f863e9cac53970dbf8ef6bc36b05 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "5a4e1a4bcbf756f25e1136f8ee6c500bda74f863e9cac53970dbf8ef6bc36b05"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling liquidfun v0.8.0 (/opt/rustwide/workdir) [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] 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] 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" "5a4e1a4bcbf756f25e1136f8ee6c500bda74f863e9cac53970dbf8ef6bc36b05"` [INFO] running `"docker" "rm" "-f" "5a4e1a4bcbf756f25e1136f8ee6c500bda74f863e9cac53970dbf8ef6bc36b05"` [INFO] [stdout] 5a4e1a4bcbf756f25e1136f8ee6c500bda74f863e9cac53970dbf8ef6bc36b05