Skip to content

Instantly share code, notes, and snippets.

View justinsb's full-sized avatar

Justin Santa Barbara justinsb

  • Google
  • United States
View GitHub Profile

Keybase proof

I hereby claim:

  • I am justinsb on github.
  • I am justinsb (https://keybase.io/justinsb) on keybase.
  • I have a public key ASCW5HbjJwYSH17GcxyzG_bY9AdpvvAzRMauzZgsg2sAjgo

To claim this, I am signing this object:

@justinsb
justinsb / conformance.2015-08-21T09:27:37-0400.log
Created August 21, 2015 14:19
k8s aws conformance results 2015-08-21T09:27:37
Conformance test using /home/justinsb/.kube/config against master at 54.191.253.170
Conformance test run date:Fri Aug 21 09:27:37 EDT 2015
Conformance test SHA:293e209f3e5c21ab106880e32999e9cc05eb48ad
Conformance test version tag(s):
Conformance test checking conformance with Kubernetes version 1.0
Conformance test: not doing test setup.
I0821 09:27:37.533736 30123 e2e_test.go:98] The --provider flag is not set. Treating as a conformance test. Some tests may not be run.
>>> testContext.KubeConfig: /home/justinsb/.kube/config
Aug 21 09:27:37.694: INFO: Waiting up to 10m0s for all pods (need at least 0) in namespace 'kube-system' to be running and ready
mkdir test2
cd test2
cat > test.cc <<EOF
#include <memory>
#include <iostream>
#include <stdexcept>
using namespace std;
int main() {
mkdir test
cd test
cat > test.cc <<EOF
#include <memory>
#include <iostream>
using namespace std;
static const size_t kMaxSize = ~static_cast<size_t>(0);
patch erts/emulator/drivers/common/inet_drv.c << EOF
> 4169c4169
> < #ifdef SIOCGIFHWADDR
> ---
> > #ifdef SIOCGIFHWADDR && !defined(SOLARIS)
> EOF