[INFO] updating cached repository https://github.com/master-d/liquid-rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b41d98f97793dfb30dd7e93d6e1f77fec696812d [INFO] testing master-d/liquid-rust against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaster-d%2Fliquid-rust" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/master-d/liquid-rust on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/master-d/liquid-rust [INFO] finished tweaking git repo https://github.com/master-d/liquid-rust [INFO] tweaked toml for git repo https://github.com/master-d/liquid-rust written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/master-d/liquid-rust already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] f94dfcb5eba118ce22b21f64d15f1739daeedd96ad93becdd76e15abab6d45a1 [INFO] running `"docker" "start" "-a" "f94dfcb5eba118ce22b21f64d15f1739daeedd96ad93becdd76e15abab6d45a1"` [INFO] [stderr] Compiling gcc v0.3.42 [INFO] [stderr] Compiling c_vec v1.0.12 [INFO] [stderr] Compiling sdl2-sys v0.27.2 [INFO] [stderr] Compiling sdl2 v0.28.0 [INFO] [stderr] Compiling liquidfun v0.8.0 [INFO] [stderr] error[E0106]: missing lifetime specifier [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/liquidfun-0.8.0/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/liquidfun-0.8.0/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: cpp_set_stdlib is specified, but the Gnu compiler does not support this option, ignored [INFO] [stderr] warning: In file included from liquidfun-c/c_box2d.cpp:52:0: [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" "f94dfcb5eba118ce22b21f64d15f1739daeedd96ad93becdd76e15abab6d45a1"` [INFO] running `"docker" "rm" "-f" "f94dfcb5eba118ce22b21f64d15f1739daeedd96ad93becdd76e15abab6d45a1"` [INFO] [stdout] f94dfcb5eba118ce22b21f64d15f1739daeedd96ad93becdd76e15abab6d45a1