Friday, 2021-04-09

*** egernst has joined #kata-dev00:01
*** egernst has quit IRC00:37
*** egernst has joined #kata-dev00:46
*** egernst has quit IRC00:54
*** egernst has joined #kata-dev01:54
*** egernst has quit IRC01:56
*** egernst has joined #kata-dev01:56
*** egernst has quit IRC02:00
*** egernst has joined #kata-dev02:30
*** sameo has joined #kata-dev02:55
kata-irc-bot<tim> I think rust can not compare versions between different sources right.03:25
*** sameo has quit IRC04:25
*** sameo has joined #kata-dev04:42
*** sameo has quit IRC05:24
*** sameo has joined #kata-dev06:22
*** sgarzare has joined #kata-dev06:50
*** fgiudici has joined #kata-dev06:55
*** dklyle has quit IRC06:58
*** fgiudici has quit IRC07:10
*** fgiudici has joined #kata-dev07:14
*** jodh has joined #kata-dev07:20
*** fgiudici has quit IRC07:21
*** Yarboa has quit IRC07:31
*** Yarboa has joined #kata-dev07:32
*** fgiudici has joined #kata-dev07:33
*** ChanServ has quit IRC07:58
*** th0din has quit IRC07:58
*** pcaruana has quit IRC07:59
*** mugsie has quit IRC07:59
*** sameo has quit IRC07:59
*** Jeffrey4l has quit IRC07:59
*** iamweswilson has quit IRC07:59
*** noahm has quit IRC07:59
*** zhsj has quit IRC07:59
*** ebb has quit IRC07:59
*** jodh has quit IRC07:59
*** sgarzare has quit IRC07:59
*** egernst has quit IRC07:59
*** amorenoz has quit IRC07:59
*** snir_ has quit IRC07:59
*** tobberydberg has quit IRC07:59
*** kgz has quit IRC07:59
*** fidencio has quit IRC07:59
*** kata-irc-bot has quit IRC07:59
*** Yarboa has quit IRC07:59
*** khyr0n has quit IRC07:59
*** Jeffrey4l has joined #kata-dev08:04
*** sameo has joined #kata-dev08:04
*** ChanServ has joined #kata-dev08:04
*** verne.freenode.net sets mode: +o ChanServ08:04
*** pcaruana has joined #kata-dev08:04
*** mugsie has joined #kata-dev08:04
*** Yarboa has joined #kata-dev08:05
*** khyr0n has joined #kata-dev08:05
*** kata-irc-bot has joined #kata-dev08:05
*** iamweswilson has joined #kata-dev08:05
*** kgz has joined #kata-dev08:05
*** tobberydberg has joined #kata-dev08:05
*** fidencio has joined #kata-dev08:05
*** snir_ has joined #kata-dev08:05
*** jodh has joined #kata-dev08:05
*** sgarzare has joined #kata-dev08:05
*** egernst has joined #kata-dev08:05
*** amorenoz has joined #kata-dev08:05
*** noahm has joined #kata-dev08:05
*** zhsj has joined #kata-dev08:05
*** ebb has joined #kata-dev08:05
*** th0din has joined #kata-dev08:05
*** fgiudici has joined #kata-dev08:07
*** sameo has quit IRC09:44
*** ailan has joined #kata-dev11:21
kata-irc-bot<fidencio> Folks, I need two acks on https://github.com/kata-containers/kata-containers/pull/1671 Those are the last backports needed for 2.0.3.11:40
*** ailan has quit IRC12:17
*** devimc has joined #kata-dev12:27
*** sameo has joined #kata-dev12:30
*** crobinso has joined #kata-dev12:33
*** fgiudici_ has joined #kata-dev12:36
*** fgiudici has quit IRC12:37
*** fgiudici__ has joined #kata-dev12:39
*** fgiudici_ has quit IRC12:42
*** ailan has joined #kata-dev13:13
*** ailan has quit IRC13:53
*** dklyle has joined #kata-dev14:33
kata-irc-bot<fidencio> I'm having a hard time to get `hub`to work on my machine :-/14:47
kata-irc-bot<fidencio> I'm getting: ```INFO: Get hub INFO: Forking remote github.com username: fidencio github.com password for fidencio (never stored):  Error forking repository: Not Found (HTTP 404) Not Found```14:48
kata-irc-bot<fidencio> @jose.carlos.venegas.m have you ever faced this before?14:48
kata-irc-bot<fidencio> Or am I doing something wrong?14:48
*** egernst has quit IRC14:48
*** egernst has joined #kata-dev14:49
kata-irc-bot<jose.carlos.venegas.m> not that I  remember, ```github.com password for fidencio (never stored): ``` in this line you use your gh password?14:49
kata-irc-bot<fidencio> Yep.14:50
kata-irc-bot<fidencio> I guess I know what's going on here, argh, argh, argh.14:50
kata-irc-bot<jose.carlos.venegas.m> we should update some tooling to `gh`14:51
kata-irc-bot<fidencio> ```[fidencio@release release]$ ./update-repository-version.sh -p "$NEW_VERSION" "$BRANCH" INFO: Update kata-containers to version 2.1.0-alpha2 INFO: remote: https://github.com/kata-containers/kata-containers.git Desde https://github.com/kata-containers/kata-containers  * branch              main       -> FETCH_HEAD Rama '2.1.0-alpha2-branch-bump' configurada para hacer seguimiento a la rama remota 'main' de 'origin'. Cambiado a nueva14:51
kata-irc-botrama '2.1.0-alpha2-branch-bump' INFO: Updating VERSION file diff --git a/VERSION b/VERSION index 46a8c0a7..44b81a83 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.0-alpha1 +2.1.0-alpha2 INFO: Updating kata-deploy / kata-cleanup image tags diff --git a/VERSION b/VERSION index 46a8c0a7..44b81a83 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.0-alpha1 +2.1.0-alpha2 diff --git a/tools/packaging/kata-deploy/kata-cleanup/base/kata-cleanup.yaml14:51
kata-irc-botb/tools/packaging/kata-deploy/kata-cleanup/base/kata-cleanup.yaml index ae520053..adc81a56 100644 --- a/tools/packaging/kata-deploy/kata-cleanup/base/kata-cleanup.yaml +++ b/tools/packaging/kata-deploy/kata-cleanup/base/kata-cleanup.yaml @@ -18,7 +18,7 @@ spec:            katacontainers.io/kata-runtime: cleanup        containers:        - name: kube-kata-cleanup -        image: katadocker/kata-deploy:2.1.0-alpha1 +        image:14:51
kata-irc-botkatadocker/kata-deploy:2.1.0-alpha2          imagePullPolicy: Always          command: [ "bash", "-c", "/opt/kata-artifacts/scripts/kata-deploy.sh reset" ]          env: diff --git a/tools/packaging/kata-deploy/kata-deploy/base/kata-deploy.yaml b/tools/packaging/kata-deploy/kata-deploy/base/kata-deploy.yaml index 5b5a6395..13642337 100644 --- a/tools/packaging/kata-deploy/kata-deploy/base/kata-deploy.yaml +++14:51
kata-irc-botb/tools/packaging/kata-deploy/kata-deploy/base/kata-deploy.yaml @@ -16,7 +16,7 @@ spec:        serviceAccountName: kata-label-node        containers:        - name: kube-kata -        image: katadocker/kata-deploy:2.1.0-alpha1 +        image: katadocker/kata-deploy:2.1.0-alpha2          imagePullPolicy: Always          lifecycle:            preStop: INFO: Creating PR message fatal: argumento ambiguo '2.1.0-alpha1..HEAD': revisión desconocida o14:51
kata-irc-botruta fuera del árbol de trabajo. Use '--' para separar las rutas de las revisiones, de esta manera: 'git <comando> [<revisión>...] -- [<archivo>...]' # Kata Containers 2.1.0-alpha2  failed to get logs Version bump no changes  2.1.0-alpha1 INFO: Creating commit with new changes fatal: argumento ambiguo '2.1.0-alpha1..HEAD': revisión desconocida o ruta fuera del árbol de trabajo. Use '--' para separar las rutas de las revisiones, de esta manera:14:51
kata-irc-bot'git <comando> [<revisión>...] -- [<archivo>...]' [2.1.0-alpha2-branch-bump 48da7587] release: Kata Containers 2.1.0-alpha2  3 files changed, 3 insertions(+), 3 deletions(-) INFO: Get hub INFO: Forking remote github.com username: fidencio github.com password for fidencio (never stored):  Error forking repository: Not Found (HTTP 404) Not Found```14:51
kata-irc-bot<fidencio> This is the full output14:51
kata-irc-bot<fidencio> ```fatal: argumento ambiguo '2.1.0-alpha1..HEAD': revisión desconocida o ruta fuera del árbol de trabajo.```14:51
kata-irc-bot<fidencio> Let me do some changes and I may need some help to approve some PRs and finally get it out.14:52
kata-irc-bot<jose.carlos.venegas.m> Ok, I have faced that kind of issue in the past, never a clear solution14:54
kata-irc-bot<jose.carlos.venegas.m> does 2.1.0-alpha1 tag exist, correct ?14:54
kata-irc-bot<jose.carlos.venegas.m> ah, not that is the problem from last tag14:55
kata-irc-bot<fidencio> yep, and seems that I really screwed it up now14:55
*** egernst has quit IRC14:55
kata-irc-bot<fidencio> as I thought I could just edit it, and I can't and I ended up creating a new tag :S14:55
*** egernst has joined #kata-dev14:56
kata-irc-bot<jose.carlos.venegas.m> having both, the `2.1.0-alpha1`  and `2.1-alpha1`  pointing to the same commit ?14:56
kata-irc-bot<fidencio> I would like to have that, yes, but I mistakenly created 2.1.0-alpha1 pointing to `main` (I hate the webUI)14:57
kata-irc-bot<fidencio> let me see if I can delete 2.1.0-alpha114:58
kata-irc-bot<jose.carlos.venegas.m> :P, sure I think webui should have one button as well for that14:58
kata-irc-bot<jose.carlos.venegas.m> and yep probably by cli will be the way to go14:59
kata-irc-bot<jose.carlos.venegas.m> davidgiluk around?14:59
kata-irc-bot<jose.carlos.venegas.m> I have some questions about xattrmap15:00
kata-irc-bot<fidencio> okay, I am able to cleanup my mess and proceed, I guess :slightly_smiling_face:15:11
kata-irc-bot<fidencio> Thanks!15:11
*** snir_ has quit IRC15:22
kata-irc-bot<fidencio> okay, now I'm back to the original problem, and I wonder whether the script expects repos with a rather too specific name15:23
kata-irc-bot<jose.carlos.venegas.m> you still getting `Error forking repository: Not Found (HTTP 404)`   ?15:26
kata-irc-bot<fidencio> Yep, seems to be a result of `hub fork --remote-name=fork`15:26
kata-irc-bot<jose.carlos.venegas.m> if you try to run that command inside of the  your kata local repository?15:29
kata-irc-bot<fidencio> ```fidencio@quino ~/go/src/github.com/kata-containers/kata-containers/tools/packaging/release $ hub fork --remote-name=fork github.com username: fidencio github.com password for fidencio (never stored):  Error forking repository: Not Found (HTTP 404) Not Found```15:29
kata-irc-bot<jose.carlos.venegas.m> ok yep seems that is the problem15:30
kata-irc-bot<fidencio> but what's the problem, exactly? :slightly_smiling_face:15:30
kata-irc-bot<jose.carlos.venegas.m> I wonder if the remote the main origin is not correct ?15:30
kata-irc-bot<jose.carlos.venegas.m> git remote -v ?15:30
kata-irc-bot<fidencio> ```fidencio@quino ~/go/src/github.com/kata-containers/kata-containers/tools/packaging/release $ git remote -v fidenciogit@github.com:fidencio/kata-containers.git (fetch) fidenciogit@github.com:fidencio/kata-containers.git (push) originhttps://github.com/kata-containers/kata-containers (fetch) originhttps://github.com/kata-containers/kata-containers (push) releasegit@github.com:kata-containers/kata-containers.git (fetch) release15:31
kata-irc-botgit@github.com:kata-containers/kata-containers.git (push)```15:31
kata-irc-bot<jose.carlos.venegas.m> mmm ...15:33
kata-irc-bot<fidencio> yep, I must admit I'm lost. :-)15:33
kata-irc-bot<jose.carlos.venegas.m> yeah, no very helpful error message15:34
kata-irc-bot<jose.carlos.venegas.m> export HUB_VERBOSE=true15:34
kata-irc-bot<jose.carlos.venegas.m> and try again15:35
kata-irc-bot<fidencio> ```fidencio@quino ~/go/src/github.com/kata-containers/kata-containers/tools/packaging/release $ HUB_VERBOSE=true hub fork --remote-name=fork  $ git rev-parse -q --git-dir $ git remote -v $ git config --get-all hub.host github.com username: fidencio github.com password for fidencio (never stored):  > POST https://api.github.com/authorizations > Authorization: Basic [REDACTED] > Accept: application/vnd.github.v3+json;charset=utf-815:36
kata-irc-bot{"note":"hub for fidencio@quino","note_url":"https://hub.github.com/","scopes":["repo","gist"]} < HTTP 404 {"message":"Not Found","documentation_url":"https://docs.github.com/rest"} Error forking repository: Not Found (HTTP 404) Not Found```15:36
kata-irc-bot<jose.carlos.venegas.m> nop, still I dont know :S15:38
kata-irc-bot<jose.carlos.venegas.m> I dont get if that  should be OK ```{"note":"hub for fidencio@quino","note_url":"https://hub.github.com/","scopes":["repo","gist"]}```15:38
kata-irc-bot<jose.carlos.venegas.m> let me try here15:38
kata-irc-bot<jose.carlos.venegas.m> @fidencio15:44
kata-irc-bot<jose.carlos.venegas.m> {"message":"Not Found","documentation_url":"https://docs.github.com/rest"} Error forking repository: Not Found (HTTP 404) Not Found15:44
kata-irc-bot<jose.carlos.venegas.m> I got the same error15:44
kata-irc-bot<jose.carlos.venegas.m> but `gh`  works for me15:45
kata-irc-bot<jose.carlos.venegas.m> gh repo fork ! jcvenegas/kata-containers already exists ? Would you like to add a remote for the fork? Yes ✓ Added remote origin15:45
*** sameo has quit IRC15:50
kata-irc-bot<jose.carlos.venegas.m> @fidencio I remember some days ago some notifications from github deprecating password15:51
kata-irc-bot<jose.carlos.venegas.m> I have tried to use a token and then it works15:51
kata-irc-bot<jose.carlos.venegas.m> it worked with a token from https://github.com/settings/tokens15:52
kata-irc-bot<fidencio> okay, let me try using a token then15:52
kata-irc-bot<jose.carlos.venegas.m> seems that repo permissions is enough15:52
kata-irc-bot<fidencio> it works!15:53
kata-irc-bot<jose.carlos.venegas.m> \o/15:53
kata-irc-bot<fidencio> @jose.carlos.venegas.m, I genuinely owe you a beer!15:56
*** sgarzare has quit IRC16:00
*** crobinso has quit IRC16:30
*** jodh has quit IRC17:00
*** fgiudici__ has quit IRC17:20
kata-irc-bot<fidencio> @eric.ernst, @jose.carlos.venegas.m, quick questions about the release notes. 1. Do we usually use OLD_VERSION as the immediate previous release (like, alpha1 in my case)? 2. How much detail shall we include in an alpha2 release?  I suspect release candidates and the release itself that are the ones which really mattaer19:14
kata-irc-bot<jose.carlos.venegas.m> @fidencio we usually use the immediate previous release, yes19:14
kata-irc-bot<jose.carlos.venegas.m> yep usually the ones which really matter19:17
kata-irc-bot<fidencio> Ack!  Thanks!19:19
kata-irc-bot<fidencio> Okay, release work is over.  Let´s target 2.1.0-rc0 for April 23rd.20:17
*** crobinso has joined #kata-dev20:25
*** th0din has quit IRC21:15
*** th0din has joined #kata-dev21:19
*** devimc has quit IRC22:03
*** Yarboa has quit IRC22:12
*** Yarboa has joined #kata-dev22:14
*** crobinso has quit IRC22:36
*** egernst has quit IRC23:50

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!