See <https://builds.apache.org/job/Aurora/1831/display/redirect?page=changes>
Changes: [david] Clean up State Machine CSS to handle long messages ------------------------------------------ [...truncated 174.39 KB...] │ │ │ ├── jsbn@0.1.1 │ │ │ └── tweetnacl@0.14.5 │ │ ├── is-typedarray@1.0.0 │ │ ├── isstream@0.1.2 │ │ ├── json-stringify-safe@5.0.1 │ │ ├─┬ mime-types@2.1.17 │ │ │ └── mime-db@1.30.0 │ │ ├── oauth-sign@0.8.2 │ │ ├── qs@6.5.1 │ │ ├── safe-buffer@5.1.1 │ │ ├── stringstream@0.0.5 │ │ ├── tough-cookie@2.3.3 │ │ ├── tunnel-agent@0.6.0 │ │ └── uuid@3.1.0 │ ├─┬ sass-graph@2.2.4 │ │ ├─┬ scss-tokenizer@0.2.3 │ │ │ └─┬ source-map@0.4.4 │ │ │ └── amdefine@1.0.1 │ │ └─┬ yargs@7.1.0 │ │ ├── camelcase@3.0.0 │ │ ├── cliui@3.2.0 │ │ ├── os-locale@1.4.0 │ │ ├─┬ string-width@1.0.2 │ │ │ └── is-fullwidth-code-point@1.0.0 │ │ ├── which-module@1.0.0 │ │ └── yargs-parser@5.0.0 │ └── stdout-stream@1.4.0 ├─┬ react@16.0.0 │ ├─┬ fbjs@0.8.16 │ │ ├── core-js@1.2.7 │ │ ├─┬ isomorphic-fetch@2.2.1 │ │ │ ├─┬ node-fetch@1.7.3 │ │ │ │ └── encoding@0.1.12 │ │ │ └── whatwg-fetch@2.0.3 │ │ ├─┬ promise@7.3.1 │ │ │ └── asap@2.0.6 │ │ ├── setimmediate@1.0.5 │ │ └── ua-parser-js@0.7.17 │ └── loose-envify@1.3.1 ├── react-dom@16.0.0 ├─┬ react-router-dom@4.2.2 │ ├─┬ history@4.7.2 │ │ ├── resolve-pathname@2.2.0 │ │ └── value-equal@0.4.0 │ ├── invariant@2.2.2 │ ├─┬ react-router@4.2.0 │ │ ├── hoist-non-react-statics@2.3.1 │ │ └─┬ path-to-regexp@1.7.0 │ │ └── isarray@0.0.1 │ └── warning@3.0.0 ├── react-test-renderer@16.0.0 ├─┬ sass-loader@6.0.6 │ ├── async@2.5.0 │ ├─┬ clone-deep@0.3.0 │ │ ├─┬ for-own@1.0.0 │ │ │ └── for-in@1.0.2 │ │ ├─┬ is-plain-object@2.0.4 │ │ │ └── isobject@3.0.1 │ │ └─┬ shallow-clone@0.1.2 │ │ ├── kind-of@2.0.1 │ │ ├── lazy-cache@0.2.7 │ │ └─┬ mixin-object@2.0.1 │ │ └── for-in@0.1.8 │ ├── lodash.tail@4.1.1 │ └── pify@3.0.0 ├── style-loader@0.18.2 ├─┬ url-loader@0.6.2 │ └── mime@1.4.1 └─┬ webpack@2.7.0 ├── acorn@5.1.2 ├─┬ acorn-dynamic-import@2.0.2 │ └── acorn@4.0.13 ├── ajv@4.11.8 ├── ajv-keywords@1.5.1 ├── enhanced-resolve@3.4.1 ├── interpret@1.0.4 ├── json-loader@0.5.7 ├── loader-runner@2.3.0 ├── loader-utils@0.2.17 ├── memory-fs@0.4.1 ├─┬ node-libs-browser@2.0.0 │ ├── assert@1.4.1 │ ├─┬ browserify-zlib@0.1.4 │ │ └── pako@0.2.9 │ ├─┬ buffer@4.9.1 │ │ ├── base64-js@1.2.1 │ │ ├── ieee754@1.1.8 │ │ └── isarray@1.0.0 │ ├─┬ console-browserify@1.1.0 │ │ └── date-now@0.1.4 │ ├── constants-browserify@1.0.0 │ ├─┬ crypto-browserify@3.11.1 │ │ ├─┬ browserify-cipher@1.0.0 │ │ │ ├─┬ browserify-aes@1.1.0 │ │ │ │ └── buffer-xor@1.0.3 │ │ │ ├─┬ browserify-des@1.0.0 │ │ │ │ └── des.js@1.0.0 │ │ │ └─┬ evp_bytestokey@1.0.3 │ │ │ └─┬ md5.js@1.3.4 │ │ │ └── hash-base@3.0.4 │ │ ├─┬ browserify-sign@4.0.4 │ │ │ ├── bn.js@4.11.8 │ │ │ ├── browserify-rsa@4.0.1 │ │ │ ├─┬ elliptic@6.4.0 │ │ │ │ ├── brorand@1.1.0 │ │ │ │ ├── hash.js@1.1.3 │ │ │ │ ├── hmac-drbg@1.0.1 │ │ │ │ ├── minimalistic-assert@1.0.0 │ │ │ │ └── minimalistic-crypto-utils@1.0.1 │ │ │ └─┬ parse-asn1@5.1.0 │ │ │ └── asn1.js@4.9.1 │ │ ├── create-ecdh@4.0.0 │ │ ├─┬ create-hash@1.1.3 │ │ │ ├── cipher-base@1.0.4 │ │ │ ├─┬ ripemd160@2.0.1 │ │ │ │ └── hash-base@2.0.2 │ │ │ └── sha.js@2.4.9 │ │ ├── create-hmac@1.1.6 │ │ ├─┬ diffie-hellman@5.0.2 │ │ │ └── miller-rabin@4.0.1 │ │ ├── pbkdf2@3.0.14 │ │ ├── public-encrypt@4.0.0 │ │ └── randombytes@2.0.5 │ ├── domain-browser@1.1.7 │ ├── events@1.1.1 │ ├── https-browserify@0.0.1 │ ├── os-browserify@0.2.1 │ ├── path-browserify@0.0.0 │ ├── process@0.11.10 │ ├── punycode@1.4.1 │ ├── querystring-es3@0.2.1 │ ├── stream-browserify@2.0.1 │ ├─┬ stream-http@2.7.2 │ │ ├── builtin-status-codes@3.0.0 │ │ └── to-arraybuffer@1.0.1 │ ├── string_decoder@0.10.31 │ ├── timers-browserify@2.0.4 │ ├── tty-browserify@0.0.0 │ ├─┬ url@0.11.0 │ │ ├── punycode@1.3.2 │ │ └── querystring@0.2.0 │ ├─┬ util@0.10.3 │ │ └── inherits@2.0.1 │ └─┬ vm-browserify@0.0.4 │ └── indexof@0.0.1 ├─┬ supports-color@3.2.3 │ └── has-flag@1.0.0 ├── tapable@0.2.8 ├─┬ uglify-js@2.8.29 │ ├── uglify-to-browserify@1.0.2 │ └─┬ yargs@3.10.0 │ ├── camelcase@1.2.1 │ ├─┬ cliui@2.1.0 │ │ ├─┬ center-align@0.1.3 │ │ │ ├─┬ align-text@0.1.4 │ │ │ │ └── longest@1.0.1 │ │ │ └── lazy-cache@1.0.4 │ │ ├── right-align@0.1.3 │ │ └── wordwrap@0.0.2 │ └── window-size@0.1.0 ├─┬ watchpack@1.4.0 │ └─┬ chokidar@1.7.0 │ ├── async-each@1.0.1 │ ├── glob-parent@2.0.0 │ ├─┬ is-binary-path@1.0.1 │ │ └── binary-extensions@1.10.0 │ └─┬ readdirp@2.1.0 │ └── set-immediate-shim@1.0.1 ├── webpack-sources@1.0.1 └─┬ yargs@6.6.0 ├── camelcase@3.0.0 ├── cliui@3.2.0 ├── os-locale@1.4.0 ├─┬ string-width@1.0.2 │ ├── code-point-at@1.1.0 │ └─┬ is-fullwidth-code-point@1.0.0 │ └── number-is-nan@1.0.1 ├── which-module@1.0.0 └── yargs-parser@4.2.1 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.1.1 (node_modules/sane/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) :ui:webpack Hash: 0ed70a41721b44b72407 Version: webpack 2.7.0 Time: 9861ms Asset Size Chunks Chunk Names 89889688147bd7575d6327160d64e760.svg 109 kB [emitted] bundle.js 2.15 MB 0 [emitted] [big] main bundle.js.map 2.48 MB 0 [emitted] main [1] ./~/react/index.js 190 bytes {0} [built] [7] ./~/react-router-dom/es/index.js 925 bytes {0} [built] [163] ./~/react-router-dom/es/Link.js 4.07 kB {0} [built] [164] ./~/react-router-dom/es/Route.js 128 bytes {0} [built] [170] ./src/main/js/client/scheduler-client.js 795 bytes {0} [built] [172] ./src/main/js/pages/Home.js 3.72 kB {0} [built] [173] ./src/main/js/pages/Instance.js 4.54 kB {0} [built] [174] ./src/main/js/pages/Job.js 8.41 kB {0} [built] [175] ./src/main/js/pages/Jobs.js 5.16 kB {0} [built] [176] ./src/main/js/pages/Update.js 4.38 kB {0} [built] [177] ./src/main/js/pages/Updates.js 5.06 kB {0} [built] [178] ./~/react-dom/index.js 1.36 kB {0} [built] [179] ./~/bootstrap/dist/css/bootstrap.css 984 bytes {0} [built] [180] ./src/main/sass/app.scss 1.2 kB {0} [built] [207] ./src/main/js/index.js 3.14 kB {0} [built] + 243 hidden modules :processResources :classes :jar :startScripts :distTar :distZip :assemble :compileTestJavaNote: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. :processTestResources :testClasses :compileJmhJavaNote: <https://builds.apache.org/job/Aurora/ws/src/jmh/java/org/apache/aurora/benchmark/fakes/FakeSchedulerDriver.java> uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. :processJmhResources NO-SOURCE :jmhClasses :checkstyleJmh :checkstyleMain :checkstyleTest :findbugsJmh :findbugsMain :findbugsTest FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':findbugsTest'. > vtable stub * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. * Get more help at https://help.gradle.org BUILD FAILED in 4m 16s 39 actionable tasks: 33 executed, 6 up-to-date Build step 'Execute shell' marked build as failure Recording test results ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?