----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68022/#review206965 -----------------------------------------------------------
Bad patch! Reviews applied: [68022, 68021, 68020, 68019, 68018, 68017, 68016, 67844] Failed command: python support/apply-reviews.py -n -r 67844 Error: The support scripts will be upgraded to Python 3 by July 1st. Make sure to install Python 3.6 on your machine before. 2018-08-08 02:26:55 URL:https://reviews.apache.org/r/67844/diff/raw/ [260/260] -> "67844.patch" [1] error: missing binary patch data for '3rdparty/libseccomp-2.3.3.tar.gz' error: binary patch does not apply to '3rdparty/libseccomp-2.3.3.tar.gz' error: 3rdparty/libseccomp-2.3.3.tar.gz: patch does not apply Full log: https://builds.apache.org/job/Mesos-Reviewbot/23011/console - Mesos Reviewbot On Aug. 6, 2018, 9:39 p.m., Andrei Budnik wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/68022/ > ----------------------------------------------------------- > > (Updated Aug. 6, 2018, 9:39 p.m.) > > > Review request for mesos, Gilbert Song, Jie Yu, James Peach, and Qian Zhang. > > > Bugs: MESOS-9106 > https://issues.apache.org/jira/browse/MESOS-9106 > > > Repository: mesos > > > Description > ------- > > Containerizer launcher creates an instance of `SeccompFilter`, which is > used to setup Seccomp profile using `ContainerSeccompProfile` message > prepared by the `linux/seccomp` isolator. The Seccomp filter is loaded > right before calling `execve()`, so that a container will be running > with a syscall filtering enabled. > > > Diffs > ----- > > src/slave/containerizer/mesos/launch.cpp > 7193da0a094df3e441e185c62b3a0379a0bdc4a2 > > > Diff: https://reviews.apache.org/r/68022/diff/2/ > > > Testing > ------- > > > Thanks, > > Andrei Budnik > >
