I get the following row echelon form:
1 1 0 1 0 0
0 -1 1 0 0 0
0 0 0 -1 1 0
0 0 0 0 -1 1
0 0 0 0 0 0
0 0 0 0 0 0
Hence, I am not sure what your problem is.
Let me show you more mechanical stuff and how to use it to obtain more information about the space spanned by the vectors. First, from the row echelon form we can continue and after more elementary row operations obtain
1 0 1 0 0 1
0 1 -1 0 0 0
0 0 0 1 0 -1
0 0 0 0 1 -1
0 0 0 0 0 0
0 0 0 0 0 0
Now the rows of this matrix obviously span the solution space of the system of linear equations
\begin{align*}
x_3&=x_1-x_2,\\
x_6&=x_1-x_4-x_5.
\end{align*}
(Make sure you see how to obtain the second equation.) The same holds for your original vectors. It is easy to check at least that they satisfy these equations and hence span a space of dimension at most $4$.
Also, if we start with the matrix whose columns are your vectors
1 1 1 1 1 1
1 1 1 0 0 0
0 0 0 1 1 1
1 0 0 1 0 0
0 1 0 0 1 0
0 0 1 0 0 1
and transform that to row echelon form
1 1 1 1 1 1
0 -1 -1 0 -1 -1
0 0 -1 0 0 -1
0 0 0 -1 -1 -1
0 0 0 0 0 0
0 0 0 0 0 0
then we see that the first four columns are independent, hence your $\alpha_1,\alpha_2,\alpha_3,\alpha_4$ are also independent. Also the last two columns are linear combinations of the first four. We can see these more clearly if we continue to
1 0 0 0 -1 -1
0 1 0 0 1 0
0 0 1 0 0 1
0 0 0 1 1 1
0 0 0 0 0 0
0 0 0 0 0 0.
Here we can read off that $\alpha_5=-\alpha_1+\alpha_2+\alpha_4$, $\alpha_6=-\alpha_1+\alpha_3+\alpha_4$. Again, easy to check.
Now the only thing that is not easy to check independently is that the first four vectors are indeed linearly independent. But at least we know from the first calculation that this must remain true if we delete the entries $x_3$ and $x_6$. So we would be left with the matrix
1 1 1 1
1 1 1 0
1 0 0 1
0 1 0 0
which is indeed regular.