Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly support transforms in WebXR #23097

Merged
merged 7 commits into from Mar 27, 2019
Travis CI / Travis CI - Pull Request failed Mar 26, 2019 in 38m 36s

Build Failed

The build failed. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #23097 [WIP] Properly support transforms in WebXR.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job ENV OS State
44473.1 Linux passed
44473.2 \["CC=gcc-6 CXX=g++-6 CCACHE=\/usr\/bin\/ccache RUSTFLAGS=-Dwarnings CARGO\_INCREMENTAL=0"\] Linux failed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Trusty)
Build Configuration
{
  "dist": "trusty",
  "group": "stable",
  "matrix": {
    "include": [
      {
        "dist": "trusty",
        "sudo": false,
        "cache": false,
        "script": [
          "./mach test-tidy --no-progress --all",
          "./mach test-tidy --no-progress --self-test",
          "python ./etc/memory_reports_over_time.py --test",
          "bash etc/ci/check_no_panic.sh"
        ],
        "before_install": [
          "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none -y",
          "source ~/.profile"
        ]
      },
      {
        "env": "CC=gcc-6 CXX=g++-6 CCACHE=/usr/bin/ccache RUSTFLAGS=-Dwarnings CARGO_INCREMENTAL=0",
        "dist": "trusty",
        "sudo": 9000,
        "cache": {
          "directories": [
            ".servo",
            "$HOME/.cargo",
            "$HOME/.rustup",
            "$HOME/.ccache"
          ]
        },
        "addons": {
          "apt": {
            "sources": [
              "ubuntu-toolchain-r-test"
            ],
            "packages": [
              "autoconf2.13",
              "cmake",
              "g++-6",
              "gperf",
              "libosmesa6-dev",
              "libgles2-mesa-dev",
              "python-virtualenv",
              "xorg-dev",
              "ccache",
              "libdbus-glib-1-dev",
              "libedit-dev",
              "libglib2.0-dev"
            ]
          }
        },
        "script": [
          "./mach build -d --verbose -p servo",
          "./mach test-unit",
          "./mach clean",
          "bash etc/ci/lockfile_changed.sh"
        ],
        "before_cache": [
          "./mach clean-nightlies --keep 2 --force",
          "./mach clean-cargo-cache --keep 2 --force",
          "rm -rf $HOME/.cargo/registry",
          "rm -rf $HOME/.servo/target"
        ],
        "before_install": [
          "sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y",
          "sudo add-apt-repository 'deb http://apt.llvm.org/precise/ llvm-toolchain-precise-3.9 main' -y",
          "sudo apt-get update -q",
          "sudo apt-get install clang-3.9 llvm-3.9 llvm-3.9-runtime -y",
          "curl -L http://servo-deps.s3.amazonaws.com/gstreamer/gstreamer-1.14-x86_64-linux-gnu.20190213.tar.gz | tar xz",
          "sed -i \"s;prefix=/opt/gst;prefix=$PWD/gst;g\" $PWD/gst/lib/pkgconfig/*.pc",
          "export PKG_CONFIG_PATH=$PWD/gst/lib/pkgconfig",
          "export GST_PLUGIN_SYSTEM_PATH=$PWD/gst/lib/gstreamer-1.0",
          "export GST_PLUGIN_SCANNER=$PWD/gst/libexec/gstreamer-1.0/gst-plugin-scanner",
          "export PATH=$PATH:$PWD/gst/bin",
          "export LD_LIBRARY_PATH=$PWD/gst/lib:$LD_LIBRARY_PATH",
          "export LLVM_CONFIG=/usr/lib/llvm-3.9/bin/llvm-config",
          "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none -y",
          "source ~/.profile"
        ]
      }
    ],
    "fast_finish": true
  },
  ".result": "configured",
  "branches": {
    "only": [
      "master"
    ]
  },
  "language": "python"
}
You can’t perform that action at this time.