See <https://builds.apache.org/job/Mesos-Mini/338/display/redirect?page=changes>
Changes: [yujie.jay] Supported tag build for Mesos mini jenkins script. [bbannier] Fixed formatting in libprocess `README`. [bbannier] Changed default executor tests to not use pipes for synchronization. [bbannier] Avoided leaking file descriptors in Mesos containerizer. [andrew] Added `profiler_tests.cpp` to the libprocess CMake build. [andrew] Added two tests to the stout CMake build. [songzihao1990] Allowed mounts if the container is launched in a new mount namespace. [songzihao1990] Added container-specific cgroup FS mounts. [songzihao1990] Added a test `ROOT_CGROUPS_NestedContainerSpecificCgroupsMount`. [songzihao1990] Added a test `ROOT_CGROUPS_CommandTaskSpecificCgroupsMount`. [songzihao1990] Removed an unused member variable `hierarchies` from cgroups isolator. [toenshoff] Made sure all configured shell script outputs are executable. [bbannier] Allow for unbundled libevent cmake builds. [bbannier] Always defined `PICOJSON_USE_INT64`. [bbannier] Removed `PICOJSON_USE_INT64` from libprocess build system. [bbannier] Removed `PICOJSON_USE_INT64` from Mesos build system. [yujie.jay] Fixed orphan container cleanup issue in CNI isolator. [yujie.jay] Updated CNI slave recovery test. [yujie.jay] Added MESOS-9025 to the 1.6.1 CHANGELOG. [yujie.jay] Added MESOS-9002 to the 1.6.1 CHANGELOG. [andrew] Renamed APR and SVN `find_package` implementations. [gregorywmann] Updated the CHANGELOG for the 1.6.1 release. [andrew] Added a support script to check for files missing in CMake. [andrew] Added MESOS-3790 to 1.6.1 and 1.5.2 in CHANGELOG. [songzihao1990] Made `gpu/nvidia` isolator works with `cgroups/all` isolation option. [jpeach] Removed ifdef from library path construction. [gregorywmann] Fixed flaky test `MasterAPITest.SubscribersReceiveHealthUpdates`. [songzihao1990] Fixed a typo in the agent flags and related docs. [andrew] Windows: Made socket `int_fd` castable to `HANDLE` type. [andrew] Windows: Added IOCP `HANDLE` to `WindowsFD`. [andrew] Added `io::prepare_async` and `io::is_async` functions. [andrew] Changed use of `os::nonblock` to `io::prepare_async`. [andrew] Organized POSIX and Windows libprocess implementations. [andrew] Windows: Implemented Windows IOCP async backend. [andrew] Windows: Added `windows_to_unix_epoch` function. [andrew] Windows: Integrated libwinio with libprocess code. [andrew] Added CMake `ENABLE_LIBWINIO` option for Windows IOCP backend. [andrew] Added Windows IOCP backend to libprocess's CMake build. [andrew] Windows: Made `PipeLargeOutput` test work with IOCP backend. [andrew] Windows: Ported `io_tests.cpp`. [andrew] Windows: Wrapped docker executor code in job object. [andrew] Windows: Ported `docker_containerizer_tests.cpp`. [andrew] Added MESOS-8668 to 1.7.0 CHANGELOG. [chhsiao] Fixed flaky test `DefaultExecutorTest.SigkillExecutor`. [kapil] Removed incorrect symlink handling in archiver utility. [bbannier] Added authorization for storage operations. [bbannier] Removed unused variable. [andrew] Updated Windows build documentation for `ENABLE_LIBWINIO`. [bmahler] Added a dedicated benchmark for overlapping range resources. [jpeach] Moved tests sources from libmesos to mesos-tests. [jpeach] Combined headers and sources in `MESOS_LINUX_FILES`. [toenshoff] Fixed minor comment issues in module manager.hpp. [zhq527725] Made CNI isolator recovery waits until unknown orphan cleanup is done. [songzihao1990] Removed the isolators ordering check from `gpu/nvidia` isolator. [bmahler] Added MESOS-8936 to the 1.6.1 CHANGELOG. [bmahler] Added MESOS-8936 to the 1.5.2 CHANGELOG. [bmahler] Added MESOS-8936 to the 1.4.2 CHANGELOG. [gregorywmann] Added MESOS-8935 to the 1.5.2 CHANGELOG. [gregorywmann] Added MESOS-8935 to the 1.4.2 CHANGELOG. [gregorywmann] Added MESOS-8935 to the 1.6.1 CHANGELOG. [chhsiao] Added MESOS-8830 to the 1.6.1 CHANGELOG. [chhsiao] Added MESOS-8830 to the 1.5.2 CHANGELOG. [chhsiao] Added MESOS-8830 to the 1.4.2 CHANGELOG. [bmahler] Removed redundant 'toUnreserved()' call in the allocator. [jpeach] Moved `validation::healthCheck` to common code. [jpeach] Moved `CheckInfo` validation to common code. [gregorywmann] Added MESOS-8986 to the 1.5.2 CHANGELOG. [gregorywmann] Added MESOS-8986 to the 1.4.2 CHANGELOG. [gregorywmann] Added MESOS-8986 to the 1.6.1 CHANGELOG. [zhitaoli.cs] Avoid duplicate unmount dangling mount point. [chhsiao] Added MESOS-9049 to the 1.6.1 CHANGELOG. [chhsiao] Added MESOS-9049 to the 1.5.2 CHANGELOG. [chhsiao] Added MESOS-9049 to the 1.4.2 CHANGELOG. [bmahler] Reduced likelihood of a stack overflow in libprocess socket recv path. [bmahler] Added MESOS-9024 to the 1.5.2 CHANGELOG. [bmahler] Added MESOS-9024 to the 1.6.1 CHANGELOG. [bmahler] Added documentation for performance profiling with perf/flamescope. [klueska] Refactored logic for `PYTHON` and `PYTHON_VERSION` in `configure.ac`. [klueska] Updated configure.ac and Makefile.am to use `$PYTHON` not `python`. [bmahler] Fixed recover() virtual method signature in several isolators. [bmahler] Added override specifiers to virtual methods of several isolators. [alexr] Removed a stale link to the libprocess video. [alexr] Removed stale company affiliation from committers.md. [alexr] Formatted "committers.md" to wrap lines at 80 chars. [klueska] Refactored base of Python CLI tests. [songzihao1990] Documented the container-specific cgroups mounts feature. [bbannier] Prevented resource providers from changing their name or type. [alexander] Fixed unproperly guarded future. [klueska] Updated build-virtualenv to use Python 3 features. [jpeach] Fixed a typo in fetcher.cpp. [andrew] Added note about `3RDPARTY_DEPENDENCIES` use on Windows. [jpeach] Improved release policy documentation visibility. [songzihao1990] Added Xiao Wei to the contributor list. [bbannier] Added filtering for `GET_OPERATIONS` calls. [bbannier] Fixed installation of storage disk profile adaptor header. [gregorywmann] Prevented master from asking agents to shutdown on auth failures. [gregorywmann] Improved logging for offers and inverse offers. [toenshoff] Updated apply-reviews.py messaging for submitted reviews. [bmahler] Updated json parsing to avoid copying between picojson and stout JSON. [gregorywmann] Added MESOS-8987 to the 1.4.2 CHANGELOG. [bbannier] Added virtualenv requirements watcher to Python 3 mesos-style.py. [bbannier] Updated Python virtual environment dependencies. [andrew] Cleaned up whitespace in `site/doap.rdf`. [andrew] Made Git normalize all line endings automatically. [gregorywmann] Added MESOS-8987 to the 1.6.1 CHANGELOG. [gregorywmann] Added MESOS-8987 to the 1.5.2 CHANGELOG. [chhsiao] Fixed the error log in POSIX `os::rmdir`. [bmahler] Removed embedded interfaces from the framework development guide. [bbannier] Updated site's sprockets package. [gregorywmann] Avoided implicit construction of a hashmap in the metrics. [gregorywmann] Optimized the generation of metrics snapshots. [andrew] Fixed compilation error with `DispatchProcess` code. [gregorywmann] Revert "Optimized the generation of metrics snapshots." [klueska] Fixed `build-virtualenv` to correctly clear virtual environment. [klueska] Fixed linting errors that appear with the recently updated pylint. [klueska] Fixed virtualenv management in support directory. [klueska] Updated tox usage in mesos-style.py to run directly from virtualenv. [klueska] Updated pylint usage in mesos-style.py to be less verbose. [chhsiao] Declined unwanted offers in `RetryOperationStatusUpdate*` SLRP tests. [chhsiao] Reconciled storage pools when destroying volumes with stale profiles. [chhsiao] Made SLRP be able to handle disappeared profiles. [chhsiao] Fixed a race condition in `UriDiskProfileAdaptorTests`. [chhsiao] Made `UriDiskProfileAdaptor` be able to handle disappeared profiles. [chhsiao] Fixed a race between `UPDATE_STATE` and `UPDATE_OPERATION_STATUS`. [chhsiao] Made the `UriDiskProfileAdaptor` module configurable in SLRP tests. [chhsiao] Added a `TestDiskProfileServer` helper. [chhsiao] Renamed the `NewProfile` SLRP test and made it based on offers. [chhsiao] Fixed a bug in `TestCSIPlugin::DeleteVolume`. [chhsiao] Allowed resources to be removed when updating the sorter. [chhsiao] Allowed resources to be removed in the hierarchical allocator. [chhsiao] Added a unit test for disappeared profiles. [chhsiao] Introduced `CREATE_DISK` and `DESTROY_DISK` operations. [chhsiao] Updated Mesos implementation to process `CREATE_DISK` & `DESTROY_DISK`. [chhsiao] Made disk type checks in SLRP hard assertions. [chhsiao] Updated tests to adapt `CREATE_DISK` and `DESTROY_DISK` operations. [gaston] Added Gastón Kleiman to the list of committers. [benjamin.hindman] Added mpsc_linked_queue and use it as the concurrent event queue. [klueska] Updated CLI to Python 3. [bbannier] Removed potentially unneeded lambda capture. [jpeach] Factored out ROOT_XFS_TestBase::getSandboxes(). [bmahler] Improved performance of cgroups::read by verifying after failure. [bmahler] Add MESOS-8418 to the 1.6.2 CHANGELOG. [bmahler] Add MESOS-8418 to the 1.5.2 CHANGELOG. [bmahler] Add MESOS-8418 to the 1.4.2 CHANGELOG. [jpeach] Removed unused `TestStore` mock. [jpeach] Moved `executor::Call` validation to common validation library. [gregorywmann] Optimized the generation of metrics snapshots. [chhsiao] Made gRPC call options configurable. [chhsiao] Passed the default options when making gRPC calls. [chhsiao] Removed outdated comments regarding `Slave::executorTerminated`. [jpeach] Apply the `override` keyword to stout. [jpeach] Apply the `override` keyword to libprocess. [jpeach] Apply the `override` keyword to Mesos. [jpeach] Add use of `override` to the Mesos C++ style guide. [jpeach] Added `override` keyword to SSL test fixture. [jpeach] Disabled the clang `-Winconsistent-missing-override` warning. [bbannier] Added missing header to libprocess build. [bbannier] Added balloon framework metric for tasks which were running. [bmahler] Updated documentation of REVIVE call to clarify suppression and roles. [bbannier] Normalized paths passed to mesos-style. [songzihao1990] Added container-specific cgroups mount for freezer & systemd subsystems. [songzihao1990] Updated two tests to verfiy freezer subsystem. [jpeach] Switched the virtual keyword to `override`. [jpeach] Switched the virtual keyword to `override`. [vinodkone] Document SUPPRESS HTTP call [MESOS-7211]. [bmahler] Added a helper for capability filtering in the allocator. [bmahler] Made getters in the Slave class in the allocator return references. [bmahler] Added multi-framework scalability guidelines to the documentation. [bbannier] Improved cmake missing files check script. [bbannier] Mentioned linters `mesos-style.py` and `mesos-tidy.sh` in style guide. [bbannier] Fixed breadcrumb links in site templates. [bbannier] Fixed documentation links. [bbannier] Added missing anchor. [bbannier] Fixed image link in docker volume isolator docs. [andrew] Added optional `path_separator` parameter to `Path` constructor. [andrew] Windows: Ported remaining tests in the `HTTPTest` suite. [andrew] Windows: Added `nullptr` checks when using `libwinio_loop` pointer. [andrew] Fixed `test-linkee` logic in `ProcessRemoteLinkTest::SetUp()`. [andrew] Windows: Enabled `RemoteLink` tests. [andrew] Windows: Documented why the `RemoteLinkLeak` test is not enabled. [andrew] Windows: Enabled rest of `ProcessTest` suite. [andrew] Enabled `TimeTest.Now` on Windows. [jpeach] Updated XFS disk isolator to reclaim project IDs after disk GC. [jpeach] Updated XFS disk isolator docs. [jpeach] Fix padding in MpscLinkedQueue. [bmahler] Fixed some non-alphabetical ordering in stout build files. [bmahler] Fixed some alphabetical ordering issues in the mesos build files. [bmahler] Added rapidjson to the stout build. [bmahler] Added rapidjson to the libprocess build. [bmahler] Added rapidjson to the mesos build. [bmahler] Improved performance of jsonify by integrating with rapidjson. [bmahler] Fixed issues with the JSON serialization tests. [bmahler] Fixed libprocess tests against rapidjson. [bmahler] Adjusted Mesos to compile against jsonify rapidjson changes. [bmahler] Avoid performance cost of ostringstream in http::OK json constructors. [bmahler] Avoid resource copying while serving state json. [bmahler] Added a note about rapidjson to the API changes in the CHANGELOG. [yujie.jay] Fixed ephemeral ports deallocation in network/port_mapping isolator. [alexr] Fixed some non-alphabetical ordering in CMakelists. [gregorywmann] Updated the website for the 1.6.1 release. [bmahler] Added a metrics scalability benchmark in libprocess. [bmahler] Installed google's signal handler for libprocess benchmarks. [bmahler] Updated metrics add / remove to avoid double lookups. [chhsiao] Fixed a linking issue with gRPC. [jpeach] Padded using the type name in `MpscLinkedQueue`. [bmahler] Fixed a make install regression due to rapidjson. [bmahler] Updated `Slave::getAvailable()` to return all shared resources. [bmahler] Added a `stripIncapableResources` helper in the allocator. [songzihao1990] Added Sergey Urbanovich to the contributor list. [alexr] Eliminated unnecessary copy in DataEncoder constructor. [bmahler] Fixed the rapidjson upgrade instructions. [bmahler] Stripped hidden macOS files from rapidjson-1.1.0.tar.gz. [chhsiao] Updated documentation for `CREATE_DISK` and `DESTROY_DISK`. [chhsiao] Fixed rapidjson cmake compilation. [alexr] Clarified instructions in docs. [jpeach] Remove redundant sentence from development guide. [vinodkone] Optimized ranges subtraction operation. [bmahler] Fixed rapidjson make install directory structure. [andrew] Patched Google Test with upstream bugfix. [bmahler] UI: Pull up the leader URL generation to a top-level function. [gaston] Added 'MesosCon 2018 CFP is now open!' blog post. [chhsiao] Added an authorizer action for viewing of resource provider information. [chhsiao] Implemented authorization for agent `GET_RESOURCE_PROVIDER` calls. [gregorywmann] Enabled per-framework metrics in the master. [gregorywmann] Added per-framework 'subscribed' metric and helpers. [gregorywmann] Added per-framework metrics for scheduler calls. [gregorywmann] Added per-framework metrics for scheduler events. [gregorywmann] Added per-framework offer metrics. [gregorywmann] Added per-framework metrics for task states. [gregorywmann] Added per-framework metrics for offer operations. [gregorywmann] Enabled per-framework metrics in the allocator. [gregorywmann] Changed the 'capacity_' member of 'BoundedHashMap' to non-const. [gregorywmann] Tracked completed framework metrics in the allocator. [gregorywmann] Added per-framework metrics for suppressed roles. [gregorywmann] Updated tests to check per-framework metrics. [gregorywmann] Extended a v1 test helper. [gregorywmann] Tested per-framework task state metrics. [gregorywmann] Added a master benchmark test for metrics. [gregorywmann] Added documentation for per-framework metrics. [andrew] Added missing files to CMake build. [andrew] Added XFS disk isolator files to CMake. [andrew] Added port mapping and network ports isolators sources to CMake. [andrew] Replaced `<stout/windows/os.hpp>` with `<stout/os.hpp>` in stout. [jpeach] Fixed a spelling error in a comment. [bmahler] Avoided some expensive copies in the allocator. [alexr] Moved Framework implementation into separate file. [alexr] Moved around some functions definitions between files. [chhsiao] Fixed gRPC compilation with Clang when building Mesos. [chhsiao] Fixed gRPC compilation for standalone libprocess build with Clang. [chhsiao] Fixed gRPC build for CMake with multi-configuration generators. [chhsiao] Always build gRPC in libprocess. [chhsiao] Always build gRPC in Mesos. [vinodkone] Update nested-container-and-task-group.md [gregorywmann] Added missing iptables argument in CNI port mapper. [gregorywmann] Avoided hostname lookups in the CNI port mapper. [bmahler] Added move support for `class Resource_`. [gregorywmann] Added MESOS-9125 to the 1.6.2 CHANGELOG. [gregorywmann] Added MESOS-9125 to the 1.5.2 CHANGELOG. [gregorywmann] Added MESOS-9125 to the 1.4.2 CHANGELOG. [alexr] Updated git repository url. [andrew] Fixed `mesos-style.py` for Windows. [chhsiao] Updated Git repository URLs. [yujie.jay] Fixed the iptables deadlock in CNI port mapper plugin. [yujie.jay] Updated port mapper CNI test. [yujie.jay] Added MESOS-9127 to 1.6.2 CHANGELOG. [yujie.jay] Added MESOS-9127 to 1.5.2 CHANGELOG. [yujie.jay] Added MESOS-9127 to 1.4.2 CHANGELOG. [bmahler] Added move support for `Resources`. [bmahler] Added tests for `Resources` move semantics. [bmahler] Added ref-qualified addition operations to `Resources`. [alexander] Removed unused local variable in `slave.cpp`. [jpeach] Replaced exchange in MpscLinkedQueue::dequeue with load/store. [chhsiao] Pass compiler/linker flags when building the gRPC bundle in Mesos. [chhsiao] Pass compiler/linker flags when building the gRPC bundle in libprocess. [jpeach] Captured lambda variables by reference in queue benchmarks. [bmahler] Removed unused operator overloads in `Resources`. [bmahler] Added a libprocess video to the readme. [alexr] Removed long ago deprecated endpoints. [yujie.jay] Temporarily disabled the PortMapper test. [kapil] Added MESOS-8106 to 1.4.2 changelog. [kapil] Added MESOS-8253 to 1.4.2 changelog. [kapil] Added MESOS-8573 to 1.4.2 changelog. [kapil] Added MESOS-8626 to 1.4.2 changelog. [kapil] Added MESOS-8871 to 1.4.2 changelog. [kapil] Added MESOS-8934 to 1.4.2 changelog. [kapil] Added MESOS-9088 to 1.4.2 changelog. [alexr] Removed code using no longer existing endpoints. [chhsiao] Built gRPC support in mesos-tidy. [zhitaoli.cs] Replaced `cgroups::DESTROY_TIMEOUT` with new agent flag. [zhitaoli.cs] Documented new `--cgroups_destroy_timeout` agent option. [zhitaoli.cs] Added `gpus` to failure message. [andrew] Fixed gRPC compilation for non-SSL build. [alexr] Batch '/state' requests on Master. [yujie.jay] Re-enabled the flaky CNI port mapper test. [chhsiao] Updated the 1.7.0 CHANGELOG. [yujie.jay] Call any function in a specified namespace. [yujie.jay] Made CNI isolator cleanup more robust. [yujie.jay] Used state::checkpoint instead in CNI isolator. [yujie.jay] Added a CNI test to verify destroy while preparing. [yujie.jay] Added MESOS-9142 to 1.7.0 CHANGELOG. [yujie.jay] Added MESOS-9142 to 1.6.2 CHANGELOG. [yujie.jay] Added MESOS-9142 to 1.5.2 CHANGELOG. [songzihao1990] Updated `volume/host_path` isolator to honor volume mode. [songzihao1990] Added a test `VolumeHostPathIsolatorTest.ROOT_ReadOnlyVolumeFromHost`. [songzihao1990] Updated `volume/sandbox_path` isolator to honor volume mode. [songzihao1990] Added a test `VolumeSandboxPathIsolatorTest.ROOT_SelfTypeReadOnly`. [songzihao1990] Updated `volume/image` isolator to honor volume mode. [songzihao1990] Added a test `ROOT_ImageInReadOnlyVolumeWithoutRootFilesystem`. [songzihao1990] Updated `volume/secret` isolator to honor volume mode. [songzihao1990] Updated the test `ROOT_SecretInVolumeWithRootFilesystem`. [songzihao1990] Updated `docker/volume` isolator to honor volume mode. [songzihao1990] Added 2 tests for `docker/volume` isolator to cover read-only volume. [songzihao1990] Added MESOS-8814 to 1.7.0 CHANGELOG. [yujie.jay] Added networking statistics to cni isolator. [bmahler] Updated libprocess filtering to take the Process UPID. [bmahler] Adjusted a test to conform to the new libprocess test filter interface. [bmahler] Introduced FUTURE_EXITED and DROP_EXITED in libprocess. [bmahler] Added tests for FUTURE_EXITED and DROP_EXITED. [bmahler] Increased and added flag for the master's authentication timeout. [bmahler] Fixed an authentication request amplification issue in the master. [bmahler] Added a test for master's handling of stale authentication requests. [yujie.jay] Added MESOS-5647 to 1.7.0 CHANGELOG. [yujie.jay] Highlighted MESOS-5647 in 1.7.0 CHANGELOG. [bmahler] Added MESOS-9145 to the 1.7.0 CHANGELOG. [bmahler] Added MESOS-9144 to the 1.7.0 CHANGELOG. [bmahler] Added MESOS-9145 to the 1.6.2 CHANGELOG. [bmahler] Added MESOS-9144 to the 1.6.2 CHANGELOG. [zhq527725] Documented the volume mode support. [bmahler] Added MESOS-9145 to the Mesos 1.5.2 CHANGELOG. [bmahler] Added MESOS-9144 to the Mesos 1.5.2 CHANGELOG. [bmahler] Added MESOS-9145 to the 1.4.3 CHANGELOG. [bmahler] Added MESOS-9144 to the 1.4.3 CHANGELOG. [bmahler] Fixed a backoff overflow bug in scheduler authentication retry logic. [bmahler] Added a scheduler flag for max authentication timeout interval. [bmahler] Fixed a backoff overflow bug in agent authentication retry logic. [bmahler] Added two agent flags for min/max authentication retry interval. [chhsiao] Fixed grpc compilation for directory paths with symlinks. [bmahler] Added MESOS-9146 to the 1.7.0 CHANGELOG. [bmahler] Added MESOS-9147 to the 1.7.0 CHANGELOG. [bmahler] Added MESOS-9146 to the 1.6.2 CHANGELOG. [bmahler] Added MESOS-9147 to the 1.6.2 CHANGELOG. [chhsiao] Added MESOS-9160 to the 1.7.0 CHANGELOG. [bmahler] Added MESOS-9146 to the 1.5.2 CHANGELOG. [bmahler] Added MESOS-9147 to the 1.5.2 CHANGELOG. [bmahler] Added MESOS-9146 to the 1.4.3 CHANGELOG. [bmahler] Added MESOS-9147 to the 1.4.3 CHANGELOG. [chhsiao] Properly defer'ed calls to SLRP's `fatal` method. [chhsiao] Added MESOS-9156 to the 1.7.0 CHANGELOG. ------------------------------------------ [...truncated 7.67 MB...] rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/master/.dirstamp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/master/master.hpp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/master/master.pb.h'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/master/master.proto'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/mesos.pb.h'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/resource_provider.hpp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/scheduler.hpp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/executor.hpp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/values.hpp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/mesos.proto'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/executor/.libs/libmesos_no_3rdparty_la-executor.pb.o'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/executor/.deps/.dirstamp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/executor/libmesos_no_3rdparty_la-executor.pb.lo'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/executor/executor.proto'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/executor/.dirstamp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/executor/executor.hpp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/executor/executor.pb.h'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/executor/executor.pb.cc'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/resource_provider/.libs/libmesos_no_3rdparty_la-resource_provider.pb.o'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/resource_provider/.deps/.dirstamp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/resource_provider/resource_provider.pb.cc'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/resource_provider/resource_provider.pb.h'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/resource_provider/libmesos_no_3rdparty_la-resource_provider.pb.lo'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/resource_provider/.dirstamp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/resource_provider/resource_provider.hpp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/resource_provider/resource_provider.proto'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/quota/.libs/libmesos_no_3rdparty_la-quota.pb.o'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/quota/libmesos_no_3rdparty_la-quota.pb.lo'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/quota/.deps/.dirstamp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/quota/quota.proto'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/quota/quota.pb.h'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/quota/.dirstamp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/quota/quota.pb.cc'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/scheduler/.libs/libmesos_no_3rdparty_la-scheduler.pb.o'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/scheduler/scheduler.pb.cc'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/scheduler/.deps/.dirstamp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/scheduler/.dirstamp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/scheduler/scheduler.pb.h'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/scheduler/scheduler.hpp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/scheduler/libmesos_no_3rdparty_la-scheduler.pb.lo'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/scheduler/scheduler.proto'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/agent/.libs/libmesos_no_3rdparty_la-agent.pb.o'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/agent/.deps/.dirstamp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/agent/agent.pb.h'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/agent/.dirstamp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/agent/agent.proto'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/agent/agent.hpp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/agent/libmesos_no_3rdparty_la-agent.pb.lo'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/v1/agent/agent.pb.cc'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/oci/.libs/libmesos_no_3rdparty_la-spec.pb.o'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/oci/spec.pb.h'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/oci/spec.proto'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/oci/.deps/.dirstamp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/oci/.dirstamp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/oci/libmesos_no_3rdparty_la-spec.pb.lo'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/oci/spec.pb.cc'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/oci/spec.hpp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/quota/.libs/libmesos_no_3rdparty_la-quota.pb.o'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/quota/libmesos_no_3rdparty_la-quota.pb.lo'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/quota/.deps/.dirstamp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/quota/quota.proto'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/quota/quota.pb.h'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/quota/quota.hpp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/quota/.dirstamp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/quota/quota.pb.cc'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/http.hpp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/scheduler/.libs/libmesos_no_3rdparty_la-scheduler.pb.o'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/scheduler/scheduler.pb.cc'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/scheduler/.deps/.dirstamp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/scheduler/.dirstamp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/scheduler/scheduler.pb.h'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/scheduler/scheduler.hpp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/scheduler/libmesos_no_3rdparty_la-scheduler.pb.lo'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/scheduler/scheduler.proto'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/agent/.libs/libmesos_no_3rdparty_la-agent.pb.o'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/agent/.deps/.dirstamp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/agent/agent.pb.h'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/agent/.dirstamp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/agent/agent.proto'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/agent/agent.hpp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/agent/libmesos_no_3rdparty_la-agent.pb.lo'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/agent/agent.pb.cc'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/docker/.libs/libmesos_no_3rdparty_la-spec.pb.o'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/docker/.libs/libmesos_no_3rdparty_la-v2.pb.o'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/docker/.libs/libmesos_no_3rdparty_la-v1.pb.o'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/docker/v2.proto'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/docker/spec.pb.h'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/docker/libmesos_no_3rdparty_la-v1.pb.lo'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/docker/libmesos_no_3rdparty_la-v2.pb.lo'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/docker/spec.proto'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/docker/.deps/.dirstamp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/docker/v2.pb.h'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/docker/v1.pb.h'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/docker/.dirstamp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/docker/libmesos_no_3rdparty_la-spec.pb.lo'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/docker/spec.pb.cc'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/docker/v1.proto'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/docker/v1.hpp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/docker/v2.hpp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/docker/v2.pb.cc'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/docker/spec.hpp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/docker/v1.pb.cc'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/version.hpp.in'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/zookeeper/authentication.hpp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/zookeeper/detector.hpp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/zookeeper/watcher.hpp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/zookeeper/zookeeper.hpp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/zookeeper/url.hpp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/zookeeper/group.hpp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/zookeeper/contender.hpp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/mesos/roles.hpp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/csi/csi.grpc.pb.cc'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/csi/.libs/libcsi_la-csi.pb.o'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/csi/.libs/libcsi_la-csi.grpc.pb.o'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/csi/csi.pb.cc'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/csi/csi.grpc.pb.h'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/csi/.deps/.dirstamp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/csi/.dirstamp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/csi/csi.pb.h'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/csi/libcsi_la-csi.grpc.pb.lo'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/csi/libcsi_la-csi.pb.lo'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/include/csi/spec.hpp'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/config.status'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/LICENSE'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bootstrap'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/debugfiles.list'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/config.guess'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/mpi/README'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/mpi/mpiexec-mesos.py'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/mpi/mpiexec-mesos.in'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/mpi/mpiexec-mesos'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/Makefile.in'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/config.log'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/config.sub'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/configure.ac'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/support/mesos-gtest-runner.py'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/support/atexit.sh'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/support/colors.sh'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/configure'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/debugsources.list'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/mesos-tests.sh'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/mesos.sh.in'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/mesos-local.sh.in'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/valgrind-mesos-master.sh.in'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/mesos-slave-flags.sh'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/mesos-master.sh.in'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/valgrind-mesos-tests.sh.in'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/lldb-mesos-master.sh.in'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/lldb-mesos-agent.sh.in'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/mesos-local-flags.sh.in'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/mesos-master-flags.sh.in'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/mesos-tests.sh.in'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/gdb-mesos-local.sh.in'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/lldb-mesos-slave.sh'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/mesos.sh'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/gdb-mesos-master.sh'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/lldb-mesos-tests.sh.in'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/valgrind-mesos-local.sh'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/gdb-mesos-agent.sh'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/mesos-tests-flags.sh.in'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/valgrind-mesos-agent.sh'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/gdb-mesos-local.sh'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/valgrind-mesos-tests.sh'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/lldb-mesos-master.sh'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/mesos-master.sh'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/valgrind-mesos-master.sh'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/valgrind-mesos-local.sh.in'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/gdb-mesos-tests.sh.in'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/mesos-local-flags.sh'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/mesos-tests-flags.sh'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/lldb-mesos-local.sh'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/gdb-mesos-slave.sh'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/lldb-mesos-agent.sh'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/gdb-mesos-master.sh.in'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/valgrind-mesos-agent.sh.in'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/mesos-agent.sh.in'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/lldb-mesos-local.sh.in'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/mesos-agent-flags.sh'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/lldb-mesos-tests.sh'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/mesos-agent-flags.sh.in'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/mesos-master-flags.sh'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/mesos-agent.sh'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/mesos-local.sh'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/gdb-mesos-tests.sh'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/gdb-mesos-agent.sh.in'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/valgrind-mesos-slave.sh'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/bin/mesos-slave.sh'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/m4/ax_compiler_vendor.m4'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/m4/ax_check_compile_flag.m4'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/m4/lt~obsolete.m4'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/m4/libnl3.m4'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/m4/ltsugar.m4'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/m4/ltversion.m4'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/m4/ax_compare_version.m4'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/m4/ax_python_devel.m4'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/m4/libtool.m4'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/m4/ax_compiler_version.m4'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/m4/ax_pthread.m4'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/m4/ltoptions.m4'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/m4/python.m4'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/m4/ac_python_module.m4'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/m4/ax_cxx_compile_stdcxx.m4'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/mesos.pc.in'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/debuglinks.list'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/NOTICE'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/BUILD/mesos-1.7.0/Makefile.am'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/RPMS'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/SOURCES/mesos'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/SOURCES/mesos-master'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/SOURCES/mesos-master.service'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/SOURCES/mesos-slave'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/SOURCES/mesos-1.7.0.tar.gz'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/SOURCES/mesos-slave.service'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/SOURCES/mesos-master.upstart'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/SOURCES/mesos-slave.upstart'>: Permission denied rm: cannot remove '<https://builds.apache.org/job/Mesos-Mini/ws/centos7/rpmbuild/SOURCES/mesos-init-wrapper'>: Permission denied cleanup docker images -q ${DOCKER_IMAGE_PACKAGING}:${DOCKER_IMAGE_TAG} Untagged: mesos/mesos-centos-packaging:2018-08-17 Deleted: sha256:55d7f10def83d01e834c2b652fbb2739e608e19ab41d5f497874b07eedaa9eb3 Deleted: sha256:9b473b15d4aafca2e3251f94d8f03d36bc148fe0ed16a8db712f18eb5b9d5c92 Deleted: sha256:ff6a6ca43a138b04365747c02d5492ae4935638d0352fa60f4441e0de1e1b928 Deleted: sha256:9be251374cc1522c5d56a50ee6fb349fe6e8cff04212b57fb26d01bc487f0634 Deleted: sha256:628b743a3a6d82f45824196bba66e387cb7799bc47709e5232428999dccc7a08 Deleted: sha256:3e8e75c81575a7a128c75fb8a7703398f670b072a71f97d6cb04736eaddd33e2 Deleted: sha256:1892efad4a57f37af39f14ceca2df215210477e7de0340c00403e502a5dfbcce Deleted: sha256:2fa727ad78e49dce1512e8254b528ca5e8b02bb357a31509491e8fecf6332209 Deleted: sha256:97695aeb235fefba67445b3fb6a5829436c0463855b81bca16654c30203a2969 Deleted: sha256:5d5983daae421a8f7722807ecd5f358b50aaada633f86503169abce94e7eccb7 Deleted: sha256:0cc59d722b02a1af08072e746eef752c84bf336ec9a15ead3c96989835ab172c Deleted: sha256:ab4ed6b8b915121d7a642de13bb192486b2d1cdc86666f345163babe37cd499d Deleted: sha256:b41b1527ffbbc11fe0075972f21ae899dab9fe612a6cc2952c56434564da2d5e Deleted: sha256:e2c1dce91dd0d627209ff2810008e0ca4bc8615c80e4d72055a0a37a06a9c749 Deleted: sha256:57f281977bd91c9b2e0bacd4db9fed3198976f0c8c92835892bbc770b23d8a1a docker images -q ${DOCKER_IMAGE_DISTRO}:${DOCKER_IMAGE_TAG} "docker rmi" requires at least 1 argument(s). See 'docker rmi --help'. Usage: docker rmi [OPTIONS] IMAGE [IMAGE...] Remove one or more images docker images -q ${DOCKER_IMAGE_MINI}:${DOCKER_IMAGE_TAG} "docker rmi" requires at least 1 argument(s). See 'docker rmi --help'. Usage: docker rmi [OPTIONS] IMAGE [IMAGE...] Remove one or more images Build step 'Execute shell' marked build as failure
